From dad0b5f96b2bc64abcad9de1f61ff03677416ba4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:13:10 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- build.gradle | 2 +- gradle.properties | 8 ++++---- graphql-java-kickstart/build.gradle | 2 +- graphql-java-servlet/build.gradle | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 6312f30d..e1bc3bae 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { plugins { id "biz.aQute.bnd.builder" version "6.4.0" apply false - id "org.sonarqube" version "4.2.1.3168" + id "org.sonarqube" version "4.4.1.3373" id "jacoco" id "io.github.gradle-nexus.publish-plugin" version '1.3.0' } diff --git a/gradle.properties b/gradle.properties index bf8f3f6e..c91093f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,10 +7,10 @@ PROJECT_LICENSE=MIT PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md PROJECT_DEV_ID=oliemansm PROJECT_DEV_NAME=Michiel Oliemans -LIB_GRAPHQL_JAVA_VER=21.0 -LIB_JACKSON_VER=2.15.2 -LIB_SLF4J_VER=2.0.7 -LIB_LOMBOK_VER=1.18.28 +LIB_GRAPHQL_JAVA_VER=21.3 +LIB_JACKSON_VER=2.16.0 +LIB_SLF4J_VER=2.0.9 +LIB_LOMBOK_VER=1.18.30 # These constants are necessary to the automatic release of javax flavour LIB_JAVAX_SERVLET=4.0.1 LIB_JAVAX_WEBSOCKET=1.1 diff --git a/graphql-java-kickstart/build.gradle b/graphql-java-kickstart/build.gradle index a888793d..73d22f41 100644 --- a/graphql-java-kickstart/build.gradle +++ b/graphql-java-kickstart/build.gradle @@ -14,6 +14,6 @@ dependencies { // JSON api "com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER" api "com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER" - api "com.fasterxml.jackson.core:jackson-databind:2.15.2" + api "com.fasterxml.jackson.core:jackson-databind:2.16.0" api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER" } diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index f9931a5e..2965a3e7 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -32,14 +32,14 @@ dependencies { testImplementation 'io.github.graphql-java:graphql-java-annotations:9.1' // Unit testing - testImplementation "org.apache.groovy:groovy-all:4.0.13" + testImplementation "org.apache.groovy:groovy-all:4.0.16" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.9" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.10" testRuntimeOnly "org.objenesis:objenesis:3.3" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" - testImplementation "org.springframework:spring-test:6.0.10" - testRuntimeOnly "org.springframework:spring-web:6.0.10" - testImplementation 'com.google.guava:guava:32.0.1-jre' + testImplementation "org.springframework:spring-test:6.1.2" + testRuntimeOnly "org.springframework:spring-web:6.1.2" + testImplementation 'com.google.guava:guava:32.1.3-jre' testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0" testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1" testImplementation "jakarta.websocket:jakarta.websocket-client-api:2.1.1"