From 34a03ffe64ef490bc4e5c3224656e6399659f644 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:55:57 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- build.gradle | 2 +- graphql-java-servlet/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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' }