diff --git a/build.gradle b/build.gradle index 0641ae23..ca0f6f45 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ plugins { id "biz.aQute.bnd.builder" version "6.4.0" apply false id "org.sonarqube" version "4.0.0.2929" id "jacoco" - id "io.github.gradle-nexus.publish-plugin" version '1.1.0' + id "io.github.gradle-nexus.publish-plugin" version '1.3.0' } sonarqube { diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index d3bc0643..5d9eb6ec 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -32,12 +32,12 @@ dependencies { testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3' // Unit testing - testImplementation "org.apache.groovy:groovy-all:4.0.9" + testImplementation "org.apache.groovy:groovy-all:4.0.10" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" testRuntimeOnly "cglib:cglib-nodep:3.3.0" testRuntimeOnly "org.objenesis:objenesis:3.3" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" - testImplementation 'org.springframework:spring-test:6.0.5' - testRuntimeOnly 'org.springframework:spring-web:6.0.5' + testImplementation 'org.springframework:spring-test:6.0.6' + testRuntimeOnly 'org.springframework:spring-web:6.0.6' testImplementation 'com.google.guava:guava:31.1-jre' }