You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2022/06/28 07:25:17 UTC

[phoenix-connectors] branch master updated: Revert "Bump protobuf-java from 2.5.0 to 3.16.1 in /phoenix5-spark3 (#81)"

This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c6912f  Revert "Bump protobuf-java from 2.5.0 to 3.16.1 in /phoenix5-spark3 (#81)"
2c6912f is described below

commit 2c6912fe7c5a41832dc739f5a8f88efb22d37cb6
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Jun 15 16:24:15 2022 +0200

    Revert "Bump protobuf-java from 2.5.0 to 3.16.1 in /phoenix5-spark3 (#81)"
    
    This reverts commit aa02b3463a07dea29c60d4f3be43f2fb2ce9a0e2.
---
 phoenix5-spark3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix5-spark3/pom.xml b/phoenix5-spark3/pom.xml
index 2221bea..13ff51a 100644
--- a/phoenix5-spark3/pom.xml
+++ b/phoenix5-spark3/pom.xml
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
-      <version>3.16.1</version>
+      <version>2.5.0</version>
       <scope>provided</scope>
     </dependency>