File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
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.6 "
4+ id(" org.springframework.boot" ) version " 3.3.7 "
55 id(" io.spring.dependency-management" ) version " 1.1.5"
66 id(" com.expediagroup.graphql" ) version " 8.1.0"
77 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.7"
@@ -70,8 +70,6 @@ configurations.all {
7070 eachDependency {
7171 when (requested.module.toString()) {
7272 " org.bouncycastle:bcprov-jdk18on" -> useVersion(" 1.78" )
73- " org.springframework:spring-webflux" -> useVersion(" 6.1.14" )
74- " io.netty:netty-common" -> useVersion(" 4.1.115.Final" )
7573 " com.google.protobuf:protobuf-java" -> useVersion(" 4.28.2" )
7674 " commons-io:commons-io" -> useVersion(" 2.14.0" )
7775 " io.ktor:ktor-client-core" -> useVersion(" 3.0.0-rc-2" )
You can’t perform that action at this time.
0 commit comments