This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new dc3fce9c2 ATLAS-4925: Upgrade protobuf-java to 3.25.5/4.27.5/4.28.2
dc3fce9c2 is described below
commit dc3fce9c28e7d1851342e706a1326242006c38b5
Author: dishatalreja <[email protected]>
AuthorDate: Fri Nov 22 15:21:32 2024 -0800
ATLAS-4925: Upgrade protobuf-java to 3.25.5/4.27.5/4.28.2
Signed-off-by: Pinal Shah <[email protected]>
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8929ad29e..44e977799 100644
--- a/pom.xml
+++ b/pom.xml
@@ -800,6 +800,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<projectBaseDir>${project.basedir}</projectBaseDir>
+ <protobuf-java.version>3.25.5</protobuf-java.version>
<skipCheck>false</skipCheck>
<skipDocs>true</skipDocs>
<skipEnunciate>false</skipEnunciate>
@@ -1736,6 +1737,12 @@
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <version>${protobuf-java.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>