You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/15 06:43:24 UTC

[shardingsphere] branch master updated: Bump protobuf-java from 3.17.1 to 3.19.6 (#22652)

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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new fa7d9aa8fce Bump protobuf-java from 3.17.1 to 3.19.6 (#22652)
fa7d9aa8fce is described below

commit fa7d9aa8fce82fa6f4483368ad852deb3dc02e5c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 15 14:43:17 2022 +0800

    Bump protobuf-java from 3.17.1 to 3.19.6 (#22652)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.19.6.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.17.1...v3.19.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 63898330e4d..9c230420673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <hamcrest.version>1.3</hamcrest.version>
         <mockito.version>4.8.0</mockito.version>
         
-        <protobuf-java.version>3.17.1</protobuf-java.version>
+        <protobuf-java.version>3.19.6</protobuf-java.version>
         
         <!-- Plugin versions -->
         <apache-rat-plugin.version>0.15</apache-rat-plugin.version>