From 6487be65266c03cfbdab49827d2297b6a397739c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:52:12 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- gradle.properties | 2 +- graphql-java-servlet/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1db1b5cf..f0e4bed3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servle PROJECT_DEV_ID=oliemansm PROJECT_DEV_NAME=Michiel Oliemans LIB_GRAPHQL_JAVA_VER=22.3 -LIB_JACKSON_VER=2.17.2 +LIB_JACKSON_VER=2.18.0 LIB_SLF4J_VER=2.0.16 LIB_LOMBOK_VER=1.18.34 # These constants are necessary to the automatic release of javax flavour diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 084c469f..00644d5e 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -34,7 +34,7 @@ dependencies { // Unit testing testImplementation "org.apache.groovy:groovy-all:4.0.23" testImplementation "org.spockframework:spock-core:2.3-groovy-4.0" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.2" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.3" testRuntimeOnly "org.objenesis:objenesis:3.4" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" testImplementation "org.springframework:spring-test:6.1.13"