You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/10/06 10:27:02 UTC

[plc4x] branch develop updated: build(deps): bump protobuf-java from 3.21.6 to 3.21.7 (#527)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 86eec3ac8 build(deps): bump protobuf-java from 3.21.6 to 3.21.7 (#527)
86eec3ac8 is described below

commit 86eec3ac8ca3f9447fb5645dd38fd73711f28afd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 12:26:58 2022 +0200

    build(deps): bump protobuf-java from 3.21.6 to 3.21.7 (#527)
    
    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
      update-type: version-update:semver-patch
    ...
    
    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>
---
 plc4j/integrations/apache-calcite/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/integrations/apache-calcite/pom.xml b/plc4j/integrations/apache-calcite/pom.xml
index 687e3870f..7333ebfee 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -153,7 +153,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.21.6</version>
+        <version>3.21.7</version>
       </dependency>
       <dependency>
         <groupId>org.checkerframework</groupId>