File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
timeout-minutes : 30
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
21
- - uses : actions/setup-java@v4
21
+ - uses : actions/setup-java@v5
22
22
with :
23
23
distribution : ' zulu'
24
24
java-version : 17
Original file line number Diff line number Diff line change 10
10
timeout-minutes : 20
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
timeout-minutes : 120
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
19
- - uses : actions/setup-java@v4
19
+ - uses : actions/setup-java@v5
20
20
with :
21
21
distribution : ' zulu'
22
22
java-version : 17
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
timeout-minutes : 30
22
22
runs-on : macos-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0
27
27
28
- - uses : actions/setup-java@v4
28
+ - uses : actions/setup-java@v5
29
29
with :
30
30
distribution : ' zulu'
31
31
java-version : 11
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotest = " 5.8.1 "
3
- kafka = " 3.7 .0"
2
+ kotest = " 6.0.0 "
3
+ kafka = " 4.0 .0"
4
4
kotlin = " 2.0.0-RC2"
5
5
kotlinx-coroutines = " 1.8.0"
6
6
dokka = " 2.0.0"
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.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation(rootProject)
11
11
implementation(libs.testcontainers.kafka)
12
- implementation(" io.arrow-kt:suspendapp:0.4.0 " )
12
+ implementation(" io.arrow-kt:suspendapp:2.1.2 " )
13
13
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
14
14
testImplementation(" org.jetbrains.kotlinx:kotlinx-knit-test:0.5.0" )
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencyResolutionManagement {
9
9
}
10
10
11
11
plugins {
12
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
12
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
13
13
}
14
14
15
15
include(" :guide" )
You can’t perform that action at this time.
0 commit comments