Skip to content

Commit

Permalink
[error-prone] update to 2.4.0 (IDEA-253080)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 254cb816951511cce690cd11bea0ed8aec0dd63d
  • Loading branch information
chashnikov authored and intellij-monorepo-bot committed Oct 16, 2020
1 parent db93586 commit 0fa5230
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions error-prone/resources/library/error-prone.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<artifacts>
<artifact version="2.3.4" name="error-prone">
<item url="https://repo1.maven.org/maven2/com/google/errorprone/error_prone_core/2.3.4/error_prone_core-2.3.4-with-dependencies.jar"/>
<artifact version="2.4.0" name="error-prone">
<item url="https://repo1.maven.org/maven2/com/google/errorprone/error_prone_core/2.4.0/error_prone_core-2.4.0-with-dependencies.jar"/>
<item url="https://repo1.maven.org/maven2/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar"/>
<item url="https://repo1.maven.org/maven2/org/checkerframework/dataflow/2.5.7/dataflow-2.5.7.jar"/>
<item url="https://repo1.maven.org/maven2/org/checkerframework/javacutil/2.5.7/javacutil-2.5.7.jar"/>
<item url="https://repo1.maven.org/maven2/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1.jar"/>

<!-- this is a workaround for missing dependency in error_prone_core-with-dependencies: https://github.com/google/error-prone/issues/1445 -->
<item url="https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.jar"/>
<!-- this is a workaround for missing dependency in error_prone_core-with-dependencies: https://github.com/google/error-prone/issues/1670 -->
<item url="https://repo1.maven.org/maven2/org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar"/>
</artifact>
</artifacts>

0 comments on commit 0fa5230

Please sign in to comment.