From f4ba8d379caa234d6de267451aac7f12d829e2fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:43:47 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- compatibility/build.gradle.kts | 4 ++-- gradle.properties | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compatibility/build.gradle.kts b/compatibility/build.gradle.kts index 36d49449..b35ebf2d 100644 --- a/compatibility/build.gradle.kts +++ b/compatibility/build.gradle.kts @@ -1,8 +1,8 @@ import java.util.Properties plugins { - id("org.springframework.boot") version "3.3.0" - id("io.spring.dependency-management") version "1.1.5" + id("org.springframework.boot") version "3.3.4" + id("io.spring.dependency-management") version "1.1.6" java } diff --git a/gradle.properties b/gradle.properties index a43030c3..565458c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,13 +6,13 @@ annotationsVersion = 24.1.0 graphQLJavaVersion = 22.1 mockWebServerVersion = 4.12.0 protobufVersion = 4.27.1 -slf4jVersion = 2.0.13 -springBootVersion = 3.3.0 -springGraphQLVersion = 1.3.0 -reactorVersion = 3.6.6 +slf4jVersion = 2.0.16 +springBootVersion = 3.3.4 +springGraphQLVersion = 1.3.3 +reactorVersion = 3.6.11 # test dependencies -junitVersion = 5.10.2 +junitVersion = 5.11.3 # plugin versions nexusPublishPluginVersion = 1.1.0