Skip to content

Commit 85744b1

Browse files
authored
Latest Gradle + Dependencies (#118)
1 parent e8e3251 commit 85744b1

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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"
55
commons-lang3 = "3.17.0"
66
compile-testing = "0.21.0"
7-
dependencyCheck = "10.0.4"
7+
dependencyCheck = "12.0.1"
88
dummymaker = "4.0.0"
9-
guava = "33.3.1-jre"
9+
guava = "33.4.0-jre"
1010
jakarta-annotation-api = "1.3.5"
1111
javapoet = "1.13.0"
1212
jsr250 = "1.0"
13-
jupiter = "5.11.3"
13+
jupiter = "5.11.4"
1414
mapstruct = "1.4.0.Final"
15-
mockito = "5.14.2"
15+
mockito = "5.15.2"
1616
spring = "5.0.0.RELEASE"
1717
springBoot = "2.7.16"
18-
springDependencyManagement = "1.1.6"
18+
springDependencyManagement = "1.1.7"
1919
versionsPlugin = "0.51.0"
2020

2121
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_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.
9392
MAX_FD=maximum

0 commit comments

Comments
 (0)