File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Validate Gradle Wrapper
24
24
uses : gradle/actions/wrapper-validation@v4
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ ktor3 = "3.0.1"
9
9
kotlinx-serialization = " 1.8.1"
10
10
kotlinx-datetime = " 0.6.2"
11
11
poko = " 0.18.6"
12
- kermit = " 2.0.5 "
13
- spotless = " 7.0.3 "
14
- vanniktech-maven = " 0.31 .0"
12
+ kermit = " 2.0.6 "
13
+ spotless = " 7.2.1 "
14
+ vanniktech-maven = " 0.34 .0"
15
15
16
16
[libraries ]
17
17
ktor2-core = { module = " io.ktor:ktor-client-core" , version.ref = " ktor2" }
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 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.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 @@ -31,7 +31,7 @@ dependencyResolutionManagement {
31
31
}
32
32
33
33
plugins {
34
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
34
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
35
35
}
36
36
37
37
toolchainManagement {
You can’t perform that action at this time.
0 commit comments