Skip to content

Commit 18a43e3

Browse files
authored
Latest Gradle and dependencies (#89)
1 parent 09096b7 commit 18a43e3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asciidoctorPlugin = "3.3.2"
33
assertj = "3.24.2"
44
commons-io = "2.13.0"
55
commons-lang3 = "3.13.0"
6-
dependencyCheck = "8.3.1"
6+
dependencyCheck = "8.4.0"
77
guava = "32.1.2-jre"
88
javapoet = "1.13.0"
99
jsr250 = "1.0"
@@ -12,7 +12,7 @@ mapstruct = "1.4.0.Final"
1212
mockito = "5.4.0"
1313
spring = "5.0.0.RELEASE"
1414
springBoot = "2.7.7"
15-
springDependencyManagement = "1.1.2"
15+
springDependencyManagement = "1.1.3"
1616
versionsPlugin = "0.47.0"
1717

1818
[libraries]

gradle/wrapper/gradle-wrapper.jar

346 Bytes
Binary file not shown.

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.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ done
8383
# This is normally unused
8484
# shellcheck disable=SC2034
8585
APP_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.
8990
MAX_FD=maximum

0 commit comments

Comments
 (0)