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 0c9067d574 build(deps): bump 
com.google.errorprone:error_prone_annotations (#1578)
0c9067d574 is described below

commit 0c9067d574afe96ab2c3c1d7858b86667f9e7580
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 2 17:16:25 2024 +0200

    build(deps): bump com.google.errorprone:error_prone_annotations (#1578)
    
    Bumps 
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
 from 2.27.0 to 2.27.1.
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](https://github.com/google/error-prone/compare/v2.27.0...v2.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 71cb7d7cd5..dff630c5b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,7 +576,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.27.0</version>
+        <version>2.27.1</version>
       </dependency>
 
       <dependency>

Reply via email to