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/08/18 14:51:54 UTC

[plc4x] branch develop updated: build(deps): bump error_prone_annotations from 2.14.0 to 2.15.0 (#458)

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 0e14616f4 build(deps): bump error_prone_annotations from 2.14.0 to 2.15.0 (#458)
0e14616f4 is described below

commit 0e14616f4595dc54a25e3b7ffa5d92a868e9420c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 18 16:51:48 2022 +0200

    build(deps): bump error_prone_annotations from 2.14.0 to 2.15.0 (#458)
    
    Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.14.0 to 2.15.0.
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](https://github.com/google/error-prone/compare/v2.14.0...v2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 f225ab15b..2fc5651f6 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -163,7 +163,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.14.0</version>
+        <version>2.15.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>