File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
10+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1111 - name : Set up JDK 17
12- uses : actions/setup-java@v4
12+ uses : actions/setup-java@v5
1313 with :
1414 java-version : ' 17'
1515 distribution : ' zulu'
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.6 -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 @@ -9,7 +9,7 @@ reflection-util = "2.15.0"
99guava = " 33.0.0-jre"
1010apache-commons-lang3 = " 3.14.0"
1111apache-commons-collections4 = " 4.4"
12- http4k = " 5.13.7.0 "
12+ http4k = " 6.20.0.3 "
1313moshix = " 1.7.20-Beta-0.18.3"
1414immutables = " 2.10.0"
1515exposed = " 0.47.0"
@@ -18,12 +18,12 @@ mockito = "3.12.4" # Using old version to be compatible with PowerMock
1818spring = " 6.1.4"
1919
2020# Common dependencies
21- junit = " 5.10.2 "
21+ junit = " 6.0.0 "
2222kover = " 0.7.5"
23- kotest = " 5.8.0 "
23+ kotest = " 6.0.4 "
2424assertj-core = " 3.25.3"
2525detekt = " 1.23.5"
26- spotless = " 6.25 .0"
26+ spotless = " 8.0 .0"
2727apache-log4j = " 2.22.1"
2828testLogger = " 4.0.0"
2929jetbrains-annotations = " 26.0.0"
You can’t perform that action at this time.
0 commit comments