You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/10/05 18:09:46 UTC

[accumulo-classloaders] branch main updated: Bump protobuf-java from 3.19.2 to 3.19.6 (#11)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3f62341  Bump protobuf-java from 3.19.2 to 3.19.6 (#11)
3f62341 is described below

commit 3f62341c9a68abb04f2ce6ba9695b0e3a52be400
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 5 14:09:42 2022 -0400

    Bump protobuf-java from 3.19.2 to 3.19.6 (#11)
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90cee52..f760c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.19.2</version>
+        <version>3.19.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>