This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 4a7b70eb5 ATLAS-4925: Upgrade protobuf-java to 3.25.5/4.27.5/4.28.2
4a7b70eb5 is described below
commit 4a7b70eb53ddc3bd7595bcaa4597599610a7bb56
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 60dcc3f68..95b58310f 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>