File tree Expand file tree Collapse file tree 6 files changed +17
-16
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 6 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ testing {
14
14
// Version catalog not available in precompiled script plugins:
15
15
// https://github.com/gradle/gradle/issues/15383
16
16
// val junitVersion = libs.version.junit.get()
17
- val junitVersion = " 5.9.3 " // Duplicated in libs.versions.toml.
17
+ val junitVersion = " 5.10.0 " // Duplicated in libs.versions.toml.
18
18
19
19
useJUnitJupiter(junitVersion)
20
20
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ tasks {
46
46
}
47
47
48
48
named<Wrapper >(" wrapper" ).configure {
49
- gradleVersion = " 8.2.1 "
49
+ gradleVersion = " 8.3 "
50
50
distributionType = ALL
51
51
}
52
52
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
3
3
assertj = " 3.24.2"
4
- dependency-analysis-gradle-plugin = " 1.20 .0"
4
+ dependency-analysis-gradle-plugin = " 1.22 .0"
5
5
equalsverifier = " 3.11.1"
6
6
jetbrains-annotations = " 23.0.0"
7
7
jackson = " 2.15.2"
8
- jackson-kogera = " 2.14.2-alpha7 "
8
+ jackson-kogera = " 2.14.2-alpha8 "
9
9
jakarta-inject = " 2.0.0"
10
- junit = " 5.9.3 " # Duplicated in unit-test-suite.gradle.kts.
11
- kotlin = " 1.9.0 " # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
12
- kotlinx-coroutines = " 1.7.2 "
13
- kotlinx-datetime = " 0.4.0 "
10
+ junit = " 5.10.0 " # Duplicated in unit-test-suite.gradle.kts.
11
+ kotlin = " 1.9.10 " # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
12
+ kotlinx-coroutines = " 1.7.3 "
13
+ kotlinx-datetime = " 0.4.1 "
14
14
log4j = " 2.20.0"
15
15
log4j-kotlin = " 1.2.0"
16
- mockk = " 1.13.5 "
17
- spring = " 6.0.10 "
18
- spring-boot = " 3.1.1 "
16
+ mockk = " 1.13.8 "
17
+ spring = " 6.0.12 "
18
+ spring-boot = " 3.1.4 "
19
19
spring-mockk = " 4.0.2"
20
- versions-gradle-plugin = " 0.47 .0"
20
+ versions-gradle-plugin = " 0.48 .0"
21
21
22
22
[libraries ]
23
23
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8451eeda314d0568b5340498b36edf147a8f0d692c5ff58082d477abe9146e4
3
- size 63375
2
+ oid sha256:0336f591bc0ec9aa0c9988929b93ecc916b3c1d52aed202c7381db144aa0ef15
3
+ size 63721
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 83
83
# This is normally unused
84
84
# shellcheck disable=SC2034
85
85
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
87
88
88
89
# Use the maximum available, or set MAX_FD != -1 to use that value.
89
90
MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments