File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Java" ,
3- "image" : " mcr.microsoft.com/devcontainers/java:1 -21" ,
3+ "image" : " mcr.microsoft.com/devcontainers/java:3 -21" ,
44 "features" : {
55 "ghcr.io/devcontainers/features/java:1" : {
66 "version" : " none" ,
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 timeout-minutes : 30
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
21- - uses : actions/setup-java@v4
21+ - uses : actions/setup-java@v5
2222 with :
2323 distribution : ' zulu'
2424 java-version : 17
Original file line number Diff line number Diff line change 1010 timeout-minutes : 20
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 timeout-minutes : 120
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
19- - uses : actions/setup-java@v4
19+ - uses : actions/setup-java@v5
2020 with :
2121 distribution : ' zulu'
2222 java-version : 17
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 timeout-minutes : 30
2222 runs-on : macos-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
28- - uses : actions/setup-java@v4
28+ - uses : actions/setup-java@v5
2929 with :
3030 distribution : ' zulu'
3131 java-version : 11
Original file line number Diff line number Diff line change 11[versions ]
22kotest = " 6.0.0.M1"
3- kafka = " 3.9 .0"
3+ kafka = " 4.1 .0"
44kotlin = " 2.1.0"
55kotlinx-coroutines = " 1.10.1"
66dokka = " 2.0.0"
77knit = " 0.5.0"
88kover = " 0.9.1"
99testcontainers-kafka = " 1.20.4"
1010slf4j = " 2.0.16"
11- spotless = " 7 .0.2 "
11+ spotless = " 8 .0.0 "
1212publish = " 0.30.0"
1313
1414[libraries ]
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.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 implementation(rootProject)
1111 implementation(libs.testcontainers.kafka)
12- implementation(" io.arrow-kt:suspendapp:0.4.0 " )
12+ implementation(" io.arrow-kt:suspendapp:2.1.2 " )
1313 testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
1414 testImplementation(" org.jetbrains.kotlinx:kotlinx-knit-test:0.5.0" )
1515}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencyResolutionManagement {
99}
1010
1111plugins {
12- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
12+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1313}
1414
1515include(" :guide" )
You can’t perform that action at this time.
0 commit comments