Skip to content

Commit

Permalink
chore: dependencies update.
Browse files Browse the repository at this point in the history
  • Loading branch information
credmond-git committed Jan 3, 2025
1 parent d75aa9d commit 7c2a79c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin = "2.1.0"
kotlinDokka = "2.0.0"
# Kotlin DI
kodeinDI = "7.23.1"
koinDI = "4.0.0"
koinDI = "4.0.1"
# Java DI
guice = "7.0.0"
# @pin 4.1.0 requires java 17
Expand All @@ -18,9 +18,9 @@ weldCore = "5.1.3.Final"
jackson = "2.18.2"
hocon = "1.4.3"
# Cloud
awsBom = "2.29.37"
awsBom = "2.29.45"
gcpLibraries = "26.52.0"
azure = "1.2.29"
azure = "1.2.30"
# vault
vault = "6.2.0"
# Git support
Expand All @@ -35,9 +35,9 @@ expressly = "5.0.0"
# testing
junit5 = "5.11.4"
junitTestkit = "1.11.4"
assertJ = "3.26.3"
assertJ = "3.27.1"
mockito = "5.2.0"
mockk = "1.13.13"
mockk = "1.13.14"
koTestAssertions = "5.9.1"
# @pin last version to support jdk 11
awsMock = "2.17.0"
Expand Down
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.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

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

0 comments on commit 7c2a79c

Please sign in to comment.