Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jan 30, 2025
1 parent 7ff1305 commit 59bf900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "2.1.0"
kotlin("jvm") version "2.1.10"
`maven-publish`
signing
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kaributools = "0.23"
karibudsl = "2.2.0"
junit5 = "5.11.0"
# Check the newest Vaadin version at https://github.com/vaadin/platform/tags
vaadin24 = "24.6.3"
vaadin24_spring = "24.6.2"
vaadin24 = "24.6.4"
vaadin24_spring = "24.6.4"
vaadin24next = "24.7.0.alpha2"
vaadin24next_spring = "24.7.0.alpha2"

Expand Down

0 comments on commit 59bf900

Please sign in to comment.