Skip to content

Commit

Permalink
Fix Java 23 compatibility with Error Prone
Browse files Browse the repository at this point in the history
See google/error-prone#4415 for details.

Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes committed Jun 21, 2024
1 parent c0377ff commit b33aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-compiler-testing/src/it/google-error-prone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
-DmvnArgLinePropagated=true
</argLine>

<error-prone.version>2.27.1</error-prone.version>
<error-prone.version>2.28.0</error-prone.version>
</properties>

<dependencies>
Expand Down

0 comments on commit b33aaf3

Please sign in to comment.