File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
22
33plugins {
4- id(" org.springframework.boot" ) version " 3.3.7 "
4+ id(" org.springframework.boot" ) version " 3.4.2 "
55 id(" io.spring.dependency-management" ) version " 1.1.5"
6- id(" com.expediagroup.graphql" ) version " 8.1 .0"
6+ id(" com.expediagroup.graphql" ) version " 8.3 .0"
77 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.7"
88 kotlin(" jvm" ) version " 2.0.10"
99 kotlin(" plugin.spring" ) version " 2.0.10"
@@ -23,7 +23,7 @@ repositories {
2323 mavenCentral()
2424}
2525
26- extra[" springCloudVersion" ] = " 2023 .0.1 "
26+ extra[" springCloudVersion" ] = " 2024 .0.0 "
2727
2828dependencyManagement {
2929 imports {
@@ -41,8 +41,7 @@ dependencies {
4141 implementation(" io.github.resilience4j:resilience4j-spring-boot3:2.1.0" )
4242 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
4343 implementation(" com.fasterxml.jackson.core:jackson-annotations:2.17.1" )
44- implementation(" com.expediagroup:graphql-kotlin-spring-client:7.0.2" )
45-
44+ implementation(" com.expediagroup:graphql-kotlin-spring-client:8.3.0" )
4645 developmentOnly(" io.netty:netty-resolver-dns-native-macos:4.1.85.Final" ) {
4746 artifact {
4847 classifier = " osx-aarch_64"
You can’t perform that action at this time.
0 commit comments