Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Apr 18, 2024
1 parent c70074a commit c00450d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Original project: https://github.com/vaadin/beverage-starter-flow

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
id("application")
alias(libs.plugins.vaadin)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vaadin-core = { module = "com.vaadin:vaadin-core", version.ref = "vaadin" }
junit-platform-launcher = "org.junit.platform:junit-platform-launcher:1.10.2"
karibu-testing = "com.github.mvysny.kaributesting:karibu-testing-v24:2.1.5"
karibu-dsl = "com.github.mvysny.karibudsl:karibu-dsl-v23:2.1.3"
flyway = "org.flywaydb:flyway-core:10.8.1"
flyway = "org.flywaydb:flyway-core:10.11.0"
h2 = "com.h2database:h2:2.2.224"
http4k = "org.http4k:http4k-core:5.9.0.0"
gson-javatime = "com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2"
Expand Down

0 comments on commit c00450d

Please sign in to comment.