Skip to content

Commit

Permalink
Latest Gradle and dependencies (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chessray authored Aug 21, 2023
1 parent 09096b7 commit 18a43e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ asciidoctorPlugin = "3.3.2"
assertj = "3.24.2"
commons-io = "2.13.0"
commons-lang3 = "3.13.0"
dependencyCheck = "8.3.1"
dependencyCheck = "8.4.0"
guava = "32.1.2-jre"
javapoet = "1.13.0"
jsr250 = "1.0"
Expand All @@ -12,7 +12,7 @@ mapstruct = "1.4.0.Final"
mockito = "5.4.0"
spring = "5.0.0.RELEASE"
springBoot = "2.7.7"
springDependencyManagement = "1.1.2"
springDependencyManagement = "1.1.3"
versionsPlugin = "0.47.0"

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down

0 comments on commit 18a43e3

Please sign in to comment.