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 2023/11/16 10:23:41 UTC

(plc4x) branch develop updated: build(deps): bump com.google.protobuf:protobuf-java (#1210)

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 9aa689a045 build(deps): bump com.google.protobuf:protobuf-java (#1210)
9aa689a045 is described below

commit 9aa689a0451d66bdcce9d4d4ad401f97608813e8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 16 11:23:36 2023 +0100

    build(deps): bump com.google.protobuf:protobuf-java (#1210)
    
    Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.0 to 3.25.1.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.0...v3.25.1)
    
    ---
    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>
    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 e6e76dc26c..5fa233b546 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -92,7 +92,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.25.0</version>
+        <version>3.25.1</version>
       </dependency>
       <dependency>
         <groupId>org.checkerframework</groupId>