Skip to content

Commit

Permalink
vaadin v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Mar 4, 2024
1 parent 1aca9b0 commit 1d81ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ dependencies {

// Vaadin
implementation(libs.vaadin.core) {
// https://github.com/vaadin/flow/issues/18572
if (vaadin.productionMode.map { v -> getBooleanProperty("vaadin.productionMode") ?: v }.get()) {
if (vaadin.effective.productionMode.get()) {
exclude(module = "vaadin-dev")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
vaadin = "24.3.5"
vaadin = "24.3.6"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.12"
vok = "0.17"
Expand Down

0 comments on commit 1d81ca3

Please sign in to comment.