From 2a52c2da9e50f0692cea2756d3cb6f137284fdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:51:56 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf](https://github.com/FasterXML/jackson-dataformats-binary) from 2.19.2 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.19.2...jackson-dataformats-binary-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gateway-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway-service/build.gradle b/gateway-service/build.gradle index 20775ac..0c732bd 100644 --- a/gateway-service/build.gradle +++ b/gateway-service/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.springframework.cloud:spring-cloud-starter-gateway' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'io.github.lognet:grpc-spring-boot-starter:5.2.0' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.19.2' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.20.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2' implementation 'io.grpc:grpc-netty:1.74.0'