From 1e977982446c85d8c4a599f2cb817c3e7e478ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:02:34 +0000 Subject: [PATCH] chore(deps): Bump com.hubspot.jackson:jackson-datatype-protobuf Bumps [com.hubspot.jackson:jackson-datatype-protobuf](https://github.com/HubSpot/jackson-datatype-protobuf) from 0.9.14 to 0.9.15. - [Release notes](https://github.com/HubSpot/jackson-datatype-protobuf/releases) - [Commits](https://github.com/HubSpot/jackson-datatype-protobuf/compare/jackson-datatype-protobuf-0.9.14...jackson-datatype-protobuf-0.9.15) --- updated-dependencies: - dependency-name: com.hubspot.jackson:jackson-datatype-protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index fac5ed3df..37c5dd6a5 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -45,7 +45,7 @@ ext { kafkaProtobufSerializerVersion = '7.6.0' jacksonVersion = '2.16.2' - jacksonDatatypeProtobufVersion = '0.9.14' + jacksonDatatypeProtobufVersion = '0.9.15' jakartaAnnotationApiVersion = '2.1.1' jakartaValidationApiVersion = '3.0.2'