update libraries

This commit is contained in:
2023-03-12 11:43:17 +01:00
parent c9758adbef
commit e42c00cc08
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins { plugins {
id 'java' id 'java'
id 'eclipse' id 'eclipse'
id 'com.github.ben-manes.versions' version "0.45.0" // check for dependency updates run: gradlew dependenyUpdates id 'com.github.ben-manes.versions' version "0.46.0" // check for dependency updates run: gradlew dependenyUpdates
} }
@@ -13,7 +13,7 @@ ext {
javaVersion=17 javaVersion=17
version_log4j2= '2.19.0' // keep in sync with spring-boot-starter-log4j2 version_log4j2= '2.19.0' // keep in sync with spring-boot-starter-log4j2
version_spring = '3.0.2' version_spring = '3.0.4'
version_junit = '5.9.2' version_junit = '5.9.2'
version_junit_platform = '1.9.2' version_junit_platform = '1.9.2'
version_nodejs = '16.17.1' // keep in sync with npm version_nodejs = '16.17.1' // keep in sync with npm
@@ -136,5 +136,5 @@ subprojects {
} }
wrapper { wrapper {
gradleVersion = '8.0.1' gradleVersion = '8.0.2'
} }

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.0.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists