Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Aug 23, 2024
1 parent 291f33b commit 1f07536
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 @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Original project: https://github.com/vaadin/beverage-starter-flow

plugins {
kotlin("jvm") version "2.0.10"
kotlin("jvm") version "2.0.20"
application
alias(libs.plugins.vaadin)
}
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.4.8"
vaadin = "24.4.10"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.13"
vok = "0.17.1"
Expand Down

0 comments on commit 1f07536

Please sign in to comment.