From cb591f060f467397dd755c7ab4144819d40daf82 Mon Sep 17 00:00:00 2001 From: kares Date: Wed, 12 Apr 2023 12:12:22 +0200 Subject: [PATCH] [build] bump error-prone version to latest --- core/pom.rb | 2 +- core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.rb b/core/pom.rb index 49084c35776..38782a53d65 100644 --- a/core/pom.rb +++ b/core/pom.rb @@ -325,7 +325,7 @@ 'annotationProcessorPaths' => { 'path' => [ { 'groupId' => 'com.google.errorprone', 'artifactId' => 'error_prone_core', - 'version' => '2.10.0' + 'version' => '2.18.0' }, { 'groupId' => 'org.jruby', diff --git a/core/pom.xml b/core/pom.xml index 2e746062b23..1f8f90c2a44 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -706,7 +706,7 @@ DO NOT MODIFY - GENERATED CODE com.google.errorprone error_prone_core - 2.10.0 + 2.18.0 org.jruby