Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Oct 19, 2024
1 parent aa7fab9 commit 0f09755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.0.20"
kotlin("jvm") version "2.0.21"
`maven-publish`
signing
}
Expand Down Expand Up @@ -34,7 +34,7 @@ subprojects {
tasks.withType<Test> {
useJUnitPlatform()
testLogging {
// to see the exceptions of failed tests in Travis-CI console.
// to see the exception stacktraces of failed tests in the CI console.
exceptionFormat = TestExceptionFormat.FULL
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# https://github.com/vaadin/platform/tags
vaadin = "24.4.13"
vaadin = "24.5.0"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.13"
# https://eclipse.dev/jetty/download.php
Expand Down

0 comments on commit 0f09755

Please sign in to comment.