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 832d79a commit a737edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

// Vaadin
implementation(libs.vaadin.core) {
if (vaadin.productionMode.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"

Expand Down

0 comments on commit a737edf

Please sign in to comment.