Compare commits

...

2 Commits

Author SHA1 Message Date
526e1d842e update Gradle to 8.10.2 2024-09-29 08:59:48 +02:00
06c9b4998f update Junit to 5.11.1 2024-09-29 08:57:48 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ ext {
version_log4j2= '2.20.0' // keep in sync with spring-boot-starter-log4j2 version_log4j2= '2.20.0' // keep in sync with spring-boot-starter-log4j2
version_spring = '3.3.4' version_spring = '3.3.4'
version_junit = '5.10.3' version_junit = '5.11.1'
version_junit_platform = '1.10.3' version_junit_platform = '1.11.1'
version_nodejs = '20.17.0' // keep in sync with npm version_nodejs = '20.17.0' // keep in sync with npm
version_npm = '10.8.2' // keep in sync with nodejs version_npm = '10.8.2' // keep in sync with nodejs
@@ -141,5 +141,5 @@ subprojects {
} }
wrapper { wrapper {
gradleVersion = '8.9' gradleVersion = '8.10.2'
} }

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME