You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2022/10/04 23:50:40 UTC

[accumulo] branch main updated: Bump protobuf-java from 3.21.6 to 3.21.7 (#2999)

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

edcoleman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 6976933640 Bump protobuf-java from 3.21.6 to 3.21.7 (#2999)
6976933640 is described below

commit 6976933640be998c01c2a47c4a1bf8d0dca84d86
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 4 23:50:35 2022 +0000

    Bump protobuf-java from 3.21.6 to 3.21.7 (#2999)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.6 to 3.21.7.
    - [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.21.6...v3.21.7)
    
    ---
    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 dbf64f2fbd..feb59d8cfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.21.6</version>
+        <version>3.21.7</version>
       </dependency>
       <dependency>
         <groupId>com.lmax</groupId>