File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ asciidoctorPlugin = "3.3.2"
33assertj = " 3.24.2"
44commons-io = " 2.13.0"
55commons-lang3 = " 3.13.0"
6- dependencyCheck = " 8.3.1 "
6+ dependencyCheck = " 8.4.0 "
77guava = " 32.1.2-jre"
88javapoet = " 1.13.0"
99jsr250 = " 1.0"
@@ -12,7 +12,7 @@ mapstruct = "1.4.0.Final"
1212mockito = " 5.4.0"
1313spring = " 5.0.0.RELEASE"
1414springBoot = " 2.7.7"
15- springDependencyManagement = " 1.1.2 "
15+ springDependencyManagement = " 1.1.3 "
1616versionsPlugin = " 0.47.0"
1717
1818[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8383# This is normally unused
8484# shellcheck disable=SC2034
8585APP_BASE_NAME=${0##*/ }
86- APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
86+ # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87+ APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
8788
8889# Use the maximum available, or set MAX_FD != -1 to use that value.
8990MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments