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 44 gradle :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
8- - uses : actions/setup-java@v4
7+ - uses : actions/checkout@v5
8+ - uses : actions/setup-java@v5
99 with :
1010 distribution : temurin
1111 java-version : 11
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.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apache-common-text-version = "1.13.0"
1616# Common dependencies
1717junit = " 5.12.0"
1818kover = " 0.9.1"
19- kotest = " 5.9 .1"
19+ kotest = " 6.0 .1"
2020assertj-core = " 3.27.3"
2121detekt = " 1.23.8"
2222spotless = " 7.0.2"
You can’t perform that action at this time.
0 commit comments