From 4ebc257a272243a95b3bf3482076efb99245e4b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:19:08 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- build.gradle | 4 ++-- gradle.properties | 6 +++--- graphql-java-kickstart/build.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 0bd99646..b54ad4f1 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ buildscript { } plugins { - id "biz.aQute.bnd.builder" version "6.3.1" apply false - id "org.sonarqube" version "3.4.0.2513" + id "biz.aQute.bnd.builder" version "6.4.0" apply false + id "org.sonarqube" version "3.5.0.2730" id "jacoco" id "io.github.gradle-nexus.publish-plugin" version '1.1.0' } diff --git a/gradle.properties b/gradle.properties index 6848160c..0f53824c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ 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=19.2 -LIB_JACKSON_VER=2.13.4 -LIB_SLF4J_VER=2.0.2 +LIB_GRAPHQL_JAVA_VER=19.3 +LIB_JACKSON_VER=2.14.1 +LIB_SLF4J_VER=2.0.5 LIB_LOMBOK_VER=1.18.24 SOURCE_COMPATIBILITY=17 TARGET_COMPATIBILITY=17 diff --git a/graphql-java-kickstart/build.gradle b/graphql-java-kickstart/build.gradle index 97f26597..b84079fd 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.13.4" + api "com.fasterxml.jackson.core:jackson-databind:2.14.1" api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER" }