File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
gradle :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v4
8
- - uses : actions/setup-java@v4
7
+ - uses : actions/checkout@v5
8
+ - uses : actions/setup-java@v5
9
9
with :
10
10
distribution : temurin
11
11
java-version : 11
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.14.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.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 @@ -16,7 +16,7 @@ apache-common-text-version = "1.13.0"
16
16
# Common dependencies
17
17
junit = " 5.12.0"
18
18
kover = " 0.9.1"
19
- kotest = " 5.9.1 "
19
+ kotest = " 6.0.3 "
20
20
assertj-core = " 3.27.3"
21
21
detekt = " 1.23.8"
22
22
spotless = " 7.0.2"
You can’t perform that action at this time.
0 commit comments