Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Feb 28, 2024
1 parent b5aa262 commit 1aca9b0
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,18 +1,18 @@
[versions]
vaadin = "24.3.5"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.11"
slf4j = "2.0.12"
vok = "0.17"

[libraries]
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
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.1"
karibu-testing = "com.github.mvysny.kaributesting:karibu-testing-v24:2.1.3"
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"
flyway = "org.flywaydb:flyway-core:10.6.0"
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"
Expand Down

0 comments on commit 1aca9b0

Please sign in to comment.