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 @@ -30,7 +30,7 @@ plugins {
3030 id " biz.aQute.bnd.builder" version " 6.4.0" apply false
3131 id " org.sonarqube" version " 4.0.0.2929"
3232 id " jacoco"
33- id " io.github.gradle-nexus.publish-plugin" version ' 1.1 .0'
33+ id " io.github.gradle-nexus.publish-plugin" version ' 1.3 .0'
3434}
3535
3636sonarqube {
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ dependencies {
3232 testImplementation ' io.github.graphql-java:graphql-java-annotations:8.3'
3333
3434 // Unit testing
35- testImplementation " org.apache.groovy:groovy-all:4.0.9 "
35+ testImplementation " org.apache.groovy:groovy-all:4.0.10 "
3636 testImplementation " org.spockframework:spock-core:2.3-groovy-4.0"
3737 testRuntimeOnly " cglib:cglib-nodep:3.3.0"
3838 testRuntimeOnly " org.objenesis:objenesis:3.3"
3939 testImplementation " org.slf4j:slf4j-simple:$LIB_SLF4J_VER "
40- testImplementation ' org.springframework:spring-test:6.0.5 '
41- testRuntimeOnly ' org.springframework:spring-web:6.0.5 '
40+ testImplementation ' org.springframework:spring-test:6.0.6 '
41+ testRuntimeOnly ' org.springframework:spring-web:6.0.6 '
4242 testImplementation ' com.google.guava:guava:31.1-jre'
4343}
You can’t perform that action at this time.
0 commit comments