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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0d692897a chore(deps): bump com.google.protobuf:protobuf-java (#2119)
0d692897a is described below

commit 0d692897a9688a4bdc0694cb9ed188f76dc1c20a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 2 07:41:06 2023 +0100

    chore(deps): bump com.google.protobuf:protobuf-java (#2119)
    
    Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 3.24.0 to 3.25.0.
    - [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.24.0...v3.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f4eed87a..6b1cc39af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
        <netty.version>4.1.72.Final</netty.version>
        <opencsv.version>5.8</opencsv.version>
        <plc4x.version>0.10.0</plc4x.version>
-       <protobuf.version>3.24.0</protobuf.version>
+       <protobuf.version>3.25.0</protobuf.version>
        <proton-j.version>0.34.0</proton-j.version>
 
        <apache-rat-plugin.version>0.13</apache-rat-plugin.version>

Reply via email to