Skip to content

Commit

Permalink
[build] bump error-prone version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 11, 2023
1 parent 2ff5f43 commit cb591f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ DO NOT MODIFY - GENERATED CODE
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.10.0</version>
<version>2.18.0</version>
</path>
<path>
<groupId>org.jruby</groupId>
Expand Down

0 comments on commit cb591f0

Please sign in to comment.