Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Mar 26, 2024
1 parent 6588d60 commit 3283983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
vaadin = "24.3.7"
vaadin = "24.3.8"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.12"

Expand All @@ -9,7 +9,7 @@ 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" }
karibu-testing = "com.github.mvysny.kaributesting:karibu-testing-v24:2.1.4"
karibu-dsl = "com.github.mvysny.karibudsl:karibu-dsl-v23:2.1.2"
karibu-dsl = "com.github.mvysny.karibudsl:karibu-dsl-v23:2.1.3"
junit-platform-launcher = "org.junit.platform:junit-platform-launcher:1.10.2"
dynatest = "com.github.mvysny.dynatest:dynatest:0.24"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/example/karibudsl/MainView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MainView : KComposite() {
// It's a good practice to keep UI functionality separated from UI definition.

// Button click listeners can be defined as lambda expressions
greetButton.onLeftClick {
greetButton.onClick {
Notification.show("Hello, ${nameField.value}")
}
}
Expand Down

0 comments on commit 3283983

Please sign in to comment.