Skip to content

Commit

Permalink
Revert errorprone to 2.31 since that was the last version to official…
Browse files Browse the repository at this point in the history
…ly work on Java 11

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19301 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Jan 28, 2025
1 parent 1edf2ee commit 8f7668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency org="com.github.spotbugs" name="spotbugs" rev="4.9.0" conf="spotbugs->default"/>
<dependency org="com.github.spotbugs" name="spotbugs-ant" rev="4.9.0" conf="spotbugs->default"/>
<!-- errorprone->default -->
<dependency org="com.google.errorprone" name="error_prone_core" rev="2.36.0" conf="errorprone->default"/>
<dependency org="com.google.errorprone" name="error_prone_core" rev="2.31.0" conf="errorprone->default"/>
<!-- animal->default -->
<dependency org="org.codehaus.mojo" name="animal-sniffer-ant-tasks" rev="1.24" conf="animal->default"/>
</dependencies>
Expand Down

0 comments on commit 8f7668c

Please sign in to comment.