Skip to content

Commit 094aa0d

Browse files
committed
Bump versions
1 parent 123701f commit 094aa0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apprunner/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
soebes-itf = "0.13.1"
2222

2323
[libraries]
24-
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.2" }
25-
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.36.0" }
24+
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.3" }
25+
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.38.0" }
2626
maven-core = { module = "org.apache.maven:maven-core", version = "3.9.9" }
2727
maven-plugin-annotations = { module = "org.apache.maven.plugin-tools:maven-plugin-annotations", version = "3.15.1" }
2828
jakarta-annotation-api = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" }
29-
junit-bom = { module = "org.junit:junit-bom", version = "5.11.4" }
29+
junit-bom = { module = "org.junit:junit-bom", version = "5.13.1" }
3030
soebes-itf-assertj = { module = "com.soebes.itf.jupiter.extension:itf-assertj", version.ref = "soebes-itf" }
3131
soebes-itf-jupiter-extension = { module = "com.soebes.itf.jupiter.extension:itf-jupiter-extension", version.ref = "soebes-itf" }
3232

apprunner/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
distributionBase=GRADLE_USER_HOME
2121
distributionPath=wrapper/dists
2222
# See https://gradle.org/release-checksums/ for valid checksums
23-
distributionSha256Sum=efe9a3d147d948d7528a9887fa35abcf24ca1a43ad06439996490f77569b02d1
24-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
23+
distributionSha256Sum=443c9c8ee2ac1ee0e11881a40f2376d79c66386264a44b24a9f8ca67e633375f
24+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-all.zip
2525
networkTimeout=10000
2626
validateDistributionUrl=true
2727
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)