Skip to content

Commit d36998b

Browse files
lwhite1kou
authored andcommitted
ARROW-18044: [Java] upgrade error-prone library version to 2.16 (#14423)
Upgrades Error prone to eliminate intermittent issues working with IntelliJ IDEA Authored-by: Larry White <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 98d1bc5 commit d36998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<forkCount>2</forkCount>
4545
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
4646
<errorprone.javac.version>9+181-r4173-1</errorprone.javac.version>
47-
<error_prone_core.version>2.13.1</error_prone_core.version>
47+
<error_prone_core.version>2.16</error_prone_core.version>
4848
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
4949
</properties>
5050

0 commit comments

Comments
 (0)