File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
2020
2121plugins {
2222 kotlin(" jvm" ) version " 2.1.0"
23- kotlin(" plugin.spring" ) version " 1.9.22 "
23+ kotlin(" plugin.spring" ) version " 2.1.0 "
2424 id(" org.springframework.boot" ) version " 3.3.5"
2525 id(" io.spring.dependency-management" ) version " 1.1.6"
2626 id(" nebula.dependency-recommender" ) version " 11.0.0"
@@ -61,8 +61,8 @@ dependencies {
6161 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
6262 implementation(" jakarta.annotation:jakarta.annotation-api:3.0.+" )
6363 implementation(" net.datafaker:datafaker:2.1.0" )
64- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 " )
65- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0 " )
64+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core" )
65+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" )
6666 testImplementation(" name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.1.4" )
6767
6868 constraints {
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.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments