File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 kotlin(" plugin.spring" ) version " 2.1.21"
99
1010 // graphql plugins
11- id(" com.expediagroup.graphql" ) version " 8.8.0 "
11+ id(" com.expediagroup.graphql" ) version " 8.8.1 "
1212
1313 // code quality plugins
1414 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.8"
@@ -24,15 +24,15 @@ repositories {
2424}
2525
2626dependencies {
27- implementation(" com.expediagroup:graphql-kotlin-spring-server:8.8.0 " )
27+ implementation(" com.expediagroup:graphql-kotlin-spring-server:8.8.1 " )
2828 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
2929
30- testImplementation(" com.expediagroup:graphql-kotlin-spring-client:8.8.0 " )
30+ testImplementation(" com.expediagroup:graphql-kotlin-spring-client:8.8.1 " )
3131 testImplementation(" org.jetbrains.kotlin:kotlin-test" )
3232 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
3333 testImplementation(" org.springframework.boot:spring-boot-starter-test:3.3.6" )
3434
35- graphqlSDL(" com.expediagroup:graphql-kotlin-federated-hooks-provider:8.8.0 " )
35+ graphqlSDL(" com.expediagroup:graphql-kotlin-federated-hooks-provider:8.8.1 " )
3636}
3737
3838tasks {
You can’t perform that action at this time.
0 commit comments