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/19 09:13:26 UTC

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

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 c99bc8e17 build(deps): bump protobuf-java from 3.21.7 to 3.21.8 (#551)
c99bc8e17 is described below

commit c99bc8e17ad4fe31140c947fd3c6fab5164f1318
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 19 11:13:17 2022 +0200

    build(deps): bump protobuf-java from 3.21.7 to 3.21.8 (#551)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.7 to 3.21.8.
    - [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.7...v3.21.8)
    
    ---
    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 77c8acb53..579c4b76c 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.7</version>
+        <version>3.21.8</version>
       </dependency>
       <dependency>
         <groupId>org.checkerframework</groupId>