File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- asciidoctorPlugin = " 4.0.3 "
3- assertj = " 3.26 .3"
4- commons-io = " 2.17 .0"
2+ asciidoctorPlugin = " 4.0.4 "
3+ assertj = " 3.27 .3"
4+ commons-io = " 2.18 .0"
55commons-lang3 = " 3.17.0"
66compile-testing = " 0.21.0"
7- dependencyCheck = " 10 .0.4 "
7+ dependencyCheck = " 12 .0.1 "
88dummymaker = " 4.0.0"
9- guava = " 33.3.1 -jre"
9+ guava = " 33.4.0 -jre"
1010jakarta-annotation-api = " 1.3.5"
1111javapoet = " 1.13.0"
1212jsr250 = " 1.0"
13- jupiter = " 5.11.3 "
13+ jupiter = " 5.11.4 "
1414mapstruct = " 1.4.0.Final"
15- mockito = " 5.14 .2"
15+ mockito = " 5.15 .2"
1616spring = " 5.0.0.RELEASE"
1717springBoot = " 2.7.16"
18- springDependencyManagement = " 1.1.6 "
18+ springDependencyManagement = " 1.1.7 "
1919versionsPlugin = " 0.51.0"
2020
2121[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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments