Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Dec 18, 2024
1 parent 892e3d8 commit 3bbcfa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
# https://github.com/vaadin/platform/tags
vaadin = "24.5.7"
vaadin = "24.6.0"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.13"
slf4j = "2.0.16"
# https://eclipse.dev/jetty/download.php
jetty = "12.0.13"
jetty = "12.0.16"

[libraries]
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
jetbrains-annotations = "org.jetbrains:annotations:24.1.0"
vaadin-core = { module = "com.vaadin:vaadin-core", version.ref = "vaadin" }
karibu-testing = "com.github.mvysny.kaributesting:karibu-testing-v24:2.1.8"
karibu-testing = "com.github.mvysny.kaributesting:karibu-testing-v24:2.2.0"
karibu-dsl = "com.github.mvysny.karibudsl:karibu-dsl-v23:2.2.0"
junit = "org.junit.jupiter:junit-jupiter-engine:5.11.0"
vaadinboot = "com.github.mvysny.vaadin-boot:vaadin-boot:13.2"
vaadinboot = "com.github.mvysny.vaadin-boot:vaadin-boot:13.3"
jakarta-servlet = "jakarta.servlet:jakarta.servlet-api:5.0.0"
h2 = "com.h2database:h2:2.2.224" # com.h2database:h2; https://repo1.maven.org/maven2/com/h2database/h2/
jdbiorm = "com.gitlab.mvysny.jdbiorm:jdbi-orm:2.9"
Expand Down

0 comments on commit 3bbcfa5

Please sign in to comment.