File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
.github/workflows/test-gradle-project-using-bindings-server/gradle/wrapper
buildSrc/src/main/kotlin/buildsrc/convention Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
3+ distributionSha256Sum =72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ version = rootProject.version
1515
1616dependencies {
1717 implementation(" com.squareup:kotlinpoet:2.2.0" )
18- implementation(" com.charleskorn.kaml:kaml:0.102 .0" )
18+ implementation(" com.charleskorn.kaml:kaml:0.103 .0" )
1919 implementation(" io.github.oshai:kotlin-logging:7.0.13" )
2020 implementation(projects.sharedInternal)
2121
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414dependencies {
15- testImplementation(platform(" io.kotest:kotest-bom:6.0.4 " ))
15+ testImplementation(platform(" io.kotest:kotest-bom:6.0.5 " ))
1616 testImplementation(" io.kotest:kotest-assertions-core" )
1717 testImplementation(" io.kotest:kotest-runner-junit5" )
1818}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515dependencies {
16- testImplementation(platform(" io.kotest:kotest-bom:6.0.4 " ))
16+ testImplementation(platform(" io.kotest:kotest-bom:6.0.5 " ))
1717 testImplementation(" io.kotest:kotest-assertions-core" )
1818 testImplementation(" io.kotest:kotest-assertions-table" )
1919 testImplementation(" io.kotest:kotest-runner-junit5" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
3+ distributionSha256Sum =72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ dependencies {
2222 implementation(" com.auth0:java-jwt:4.5.0" )
2323 implementation(" org.kohsuke:github-api:1.330" )
2424
25- testImplementation(" io.kotest:kotest-extensions-mockserver:6.0.4 " )
25+ testImplementation(" io.kotest:kotest-extensions-mockserver:6.0.5 " )
2626 testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
2727}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55dependencies {
6- implementation(platform(" io.kotest:kotest-bom:6.0.4 " ))
6+ implementation(platform(" io.kotest:kotest-bom:6.0.5 " ))
77 implementation(" io.kotest:kotest-assertions-core" )
88 implementation(" io.kotest:kotest-common" )
99}
You can’t perform that action at this time.
0 commit comments