File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ jdk = "11"
33kotlin = " 2.1.10"
44java-vavr = " 0.10.6"
55kotlin-vavr = " 0.10.2"
6- lombok-gradle = " 8.12.1 "
6+ lombok-gradle = " 9.0.0 "
77hamcrest-core = " 3.0"
88hamcrest-date = " 2.0.8"
99typeTools = " 0.6.3"
@@ -16,10 +16,10 @@ 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.3 "
2020assertj-core = " 3.27.3"
2121detekt = " 1.23.8"
22- spotless = " 7 .0.2 "
22+ spotless = " 8 .0.0 "
2323apache-log4j = " 2.24.3"
2424testLogger = " 4.0.0"
2525jetbrains-annotations = " 26.0.2"
You can’t perform that action at this time.
0 commit comments