Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Mar 27, 2024
1 parent 1d81ca3 commit c007bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
vaadin = "24.3.6"
vaadin = "24.3.8"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.12"
vok = "0.17"
Expand All @@ -10,14 +10,14 @@ slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
vaadin-boot = "com.github.mvysny.vaadin-boot:vaadin-boot:12.2"
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.4"
karibu-dsl = "com.github.mvysny.karibudsl:karibu-dsl-v23:2.1.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"
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"
hikaricp = "com.zaxxer:HikariCP:5.1.0"
dynatest = "com.github.mvysny.dynatest:dynatest:0.24"
dynatest = "com.github.mvysny.dynatest:dynatest:0.25"
vok-db = { module = "eu.vaadinonkotlin:vok-framework-vokdb", version.ref = "vok" }
vok-rest-server = { module = "eu.vaadinonkotlin:vok-rest", version.ref = "vok" }
vok-rest-client = { module = "eu.vaadinonkotlin:vok-rest-client", version.ref = "vok" }
Expand Down

0 comments on commit c007bed

Please sign in to comment.