Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jul 27, 2023
1 parent 84cbc60 commit 5104798
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin-jvmtarget = "20"
kotlin-dsl-jvmtarget = "17"
kotlin-api-version = "1.9"
kotlin-lang-version = "2.0"
gradle = "8.3-rc-1"
gradle = "8.3-rc-2"
java-vendor = "Oracle"
java-jvmArguments = "--enable-preview"
java-addModules = "jdk.incubator.vector"
Expand Down Expand Up @@ -77,7 +77,7 @@ jqwik = "1.6.0"
jSystemThemeDetector = "3.6"
kmath = "0.3.1"
kotlinx-atomicfu = "0.21.0"
kotlinx-coroutines = "1.7.2"
kotlinx-coroutines = "1.7.3"
kotlinx-collections-immutable = "0.3.5"
kotlinx-cli = "0.3.5"
kotlinx-datetime = "0.4.0"
Expand Down Expand Up @@ -150,7 +150,7 @@ gradle-checksum = "1.4.0"
google-jib = "3.3.2"
google-javaformat = "1.17.0"
graalvm-nativeimage = "0.9.21"
gradle-enterprise = "3.14"
gradle-enterprise = "3.14.1"
gradlex-javamoduleinfo = "1.4.1"
gradlex-buildparameters = "1.0"
git-properties = "2.4.1"
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.3-rc-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-rc-2-all.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 5104798

Please sign in to comment.