From adbf47d59cd27ea10dba6e5d9120f08cba02444e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:10:22 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.4 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 3.24.4. - [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...v3.24.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad8167b..03c3be2 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'javax.annotation:javax.annotation-api:1.3.2' implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' - implementation 'com.google.protobuf:protobuf-java:3.23.4' + implementation 'com.google.protobuf:protobuf-java:3.24.4' implementation 'org.jmdns:jmdns:3.5.8' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2' testImplementation 'org.springframework.boot:spring-boot-starter-test'