File tree Expand file tree Collapse file tree 4 files changed +18
-19
lines changed Expand file tree Collapse file tree 4 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_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.
9392MAX_FD=maximum
Original file line number Diff line number Diff line change 11[versions ]
22jdk = " 17"
3- kotlin = " 2.1.0 "
3+ kotlin = " 2.1.10 "
44moshix = " 0.29.0"
5- http4k = " 5.31.1 .0"
5+ http4k = " 5.46.0 .0"
66immutables = " 2.10.1"
7- arrow = " 2.0.0 "
8- graal = " 24.1.1 "
9- java-vavr = " 0.10.4 "
7+ arrow = " 2.0.1 "
8+ graal = " 24.1.2 "
9+ java-vavr = " 0.10.5 "
1010kotlin-vavr = " 0.10.2"
11- jetbrains-annotations = " 26.0.0 "
12- okio = " 3.9.1 "
11+ jetbrains-annotations = " 26.0.2 "
12+ okio = " 3.10.2 "
1313kotest = " 5.9.1"
1414testLogger = " 4.0.0"
1515truth = " 1.4.4"
16- assertj-core = " 3.26 .3"
16+ assertj-core = " 3.27 .3"
1717assertj-vavr = " 0.4.3"
18- kotlin-logging = " 7.0.0 "
18+ kotlin-logging = " 7.0.3 "
1919pprint = " 3.0.0"
20- underscore = " 1.105 "
20+ underscore = " 1.109 "
2121kotlin-faker = " 1.16.0"
22- mockito = " 5.14.0 "
23- spring = " 6.2.0 "
22+ mockito = " 5.15.2 "
23+ spring = " 6.2.2 "
2424json-assert = " 1.5.3"
2525nexus-publish = " 2.0.0"
2626kotlinx-datetime = " 0.6.1"
2727node-gradle = " 7.1.0"
28- mockk = " 1.13.12 "
28+ mockk = " 1.13.16 "
2929gradle-taskinfo = " 2.2.0"
3030
3131# Common dependencies
3232
3333junit = " 5.11.4"
3434kover = " 0.9.1"
3535detekt = " 1.23.7"
36- spotless = " 7.0.1 "
37- apache-log4j = " 2.24.0 "
36+ spotless = " 7.0.2 "
37+ apache-log4j = " 2.24.3 "
3838
3939[libraries ]
4040java-vavr = { module = " io.vavr:vavr" , version.ref = " java-vavr" }
Original file line number Diff line number Diff line change 55 * http://www.apache.org/licenses/LICENSE-2.0
66 * ************************************************************************************************
77 */
8- plugins { id(" com.gradle.develocity" ) version " 3.18 .1" }
8+ plugins { id(" com.gradle.develocity" ) version " 3.19 .1" }
99
1010dependencyResolutionManagement {
1111 versionCatalogs { create(" libs" ) { from(files(" libs.versions.toml" )) } }
You can’t perform that action at this time.
0 commit comments