From 7bcce84bb882e210852f8d526b9c6b5c5c353ebd Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Wed, 25 Sep 2024 12:52:16 +0200 Subject: [PATCH] Protobuf has to be compile dependency --- doc/changes/changes_2.8.3.md | 2 +- pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/changes/changes_2.8.3.md b/doc/changes/changes_2.8.3.md index f0d9162f..dc51c93b 100644 --- a/doc/changes/changes_2.8.3.md +++ b/doc/changes/changes_2.8.3.md @@ -24,7 +24,7 @@ Any project that parses untrusted Protocol Buffers data containing an arbitrary #### Compile Dependency Updates -* Removed `com.google.protobuf:protobuf-java:3.25.4` +* Updated `com.google.protobuf:protobuf-java:3.25.4` to `3.25.5` #### Test Dependency Updates diff --git a/pom.xml b/pom.xml index b175dd79..19a9e18a 100644 --- a/pom.xml +++ b/pom.xml @@ -410,7 +410,6 @@ com.google.protobuf protobuf-java 3.25.5 - provided com.google.cloud.bigdataoss