You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2022/11/08 11:58:04 UTC

[servicecomb-pack] branch master updated: Bump protobuf-java from 3.19.2 to 3.19.6 in /pack-dependencies

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 77b30a72 Bump protobuf-java from 3.19.2 to 3.19.6 in /pack-dependencies
77b30a72 is described below

commit 77b30a72e11546fa63f1d4b7d4a4326918630a8b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 4 23:33:49 2022 +0000

    Bump protobuf-java from 3.19.2 to 3.19.6 in /pack-dependencies
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.2 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.19.2...v3.19.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pack-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pack-dependencies/pom.xml b/pack-dependencies/pom.xml
index 080637cb..f60c955c 100644
--- a/pack-dependencies/pom.xml
+++ b/pack-dependencies/pom.xml
@@ -91,7 +91,7 @@
     <javax.persistence-api.version>2.2</javax.persistence-api.version>
     <javax.interceptor-api.version>1.2</javax.interceptor-api.version>
     <commons-lang3.version>3.6</commons-lang3.version>
-    <protobuf-java.version>3.19.2</protobuf-java.version>
+    <protobuf-java.version>3.19.6</protobuf-java.version>
 
     <!-- alpha ui -->
     <webjars-locator-core.version>0.45</webjars-locator-core.version>