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 200200f commit 923975e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
slf4j = "2.0.13"
slf4j = "2.0.16"
# Check the newest Vaadin version at https://github.com/vaadin/platform/tags
# This is the latest stable Vaadin 14 version, or prev stable version if vaadin14_next_version is stable
vaadin14 = "14.11.10"
Expand All @@ -10,7 +10,7 @@ vaadin22 = "22.0.9"
# Vaadin 23: Don't test on Vaadin 23.5.0 and higher; it requires the pro license
vaadin23 = "23.4.1"
vaadin24 = "24.5.7"
vaadin24next = "24.6.0.beta3"
vaadin24next = "24.6.0"

# Check newest Hilla version at https://github.com/vaadin/hilla/tags
hilla2next = "2.5.6"
Expand All @@ -30,7 +30,7 @@ vaadin-v24next-core = { module = "com.vaadin:vaadin-core", version.ref = "vaadin
jetbrains-annotations = "org.jetbrains:annotations:24.1.0"
javax-servletapi = "javax.servlet:javax.servlet-api:4.0.1"
jakarta-servletapi = "jakarta.servlet:jakarta.servlet-api:5.0.0"
karibu-testing-v24 = "com.github.mvysny.kaributesting:karibu-testing-v24:2.1.8"
karibu-testing-v24 = "com.github.mvysny.kaributesting:karibu-testing-v24:2.2.0"
karibu-testing-v10 = "com.github.mvysny.kaributesting:karibu-testing-v10:1.3.24"
hilla-v2 = { module = "dev.hilla:hilla", version.ref = "hilla2" }
hilla-v2next = { module = "dev.hilla:hilla", version.ref = "hilla2next" }
Expand Down

0 comments on commit 923975e

Please sign in to comment.