File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ plugins {
30
30
id " biz.aQute.bnd.builder" version " 6.4.0" apply false
31
31
id " org.sonarqube" version " 4.0.0.2929"
32
32
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'
34
34
}
35
35
36
36
sonarqube {
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ dependencies {
32
32
testImplementation ' io.github.graphql-java:graphql-java-annotations:8.3'
33
33
34
34
// Unit testing
35
- testImplementation " org.apache.groovy:groovy-all:4.0.9 "
35
+ testImplementation " org.apache.groovy:groovy-all:4.0.10 "
36
36
testImplementation " org.spockframework:spock-core:2.3-groovy-4.0"
37
37
testRuntimeOnly " cglib:cglib-nodep:3.3.0"
38
38
testRuntimeOnly " org.objenesis:objenesis:3.3"
39
39
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 '
42
42
testImplementation ' com.google.guava:guava:31.1-jre'
43
43
}
You can’t perform that action at this time.
0 commit comments