From 620115c8fbdda8b5f853940adfe139d496889767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:51:35 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 3 updates Bumps the gradle group with 3 updates in the / directory: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf), com.google.protobuf:protobuf-java-util and [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework). Updates `com.google.protobuf:protobuf-java` from 3.23.4 to 4.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.4...v4.31.1) Updates `com.google.protobuf:protobuf-java-util` from 3.23.4 to 4.31.1 Updates `org.springframework:spring-webmvc` from 6.0.11 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.1.14) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.31.1 dependency-type: direct:production dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.31.1 dependency-type: direct:production dependency-group: gradle - dependency-name: org.springframework:spring-webmvc dependency-version: 6.1.14 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aa335f9..e4aff7f 100644 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,9 @@ allprojects { javapoetVersion = "1.13.0" javaxservletapiVersion = "4.0.1" javaxwsrsapiVersion = "2.1.1" - protobufVersion = "3.23.4" + protobufVersion = "4.31.1" slf4jVersion = "1.7.36" - springVersion = "6.0.11" + springVersion = "6.1.14" undertowVersion = "2.3.5.Final" // testing