Skip to content

Commit

Permalink
Update to Error Prone annotations 2.26.1
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 615137941
  • Loading branch information
cushon authored and Google Java Core Libraries committed Mar 12, 2024
1 parent f985032 commit c6e91c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<truth.version>1.4.2</truth.version>
<jsr305.version>3.0.2</jsr305.version>
<checker.version>3.42.0</checker.version>
<errorprone.version>2.26.0</errorprone.version>
<errorprone.version>2.26.1</errorprone.version>
<j2objc.version>3.0.0</j2objc.version>
<javac.version>9+181-r4173-1</javac.version>
<!-- Empty for all JDKs but 9-12 -->
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val expectedReducedRuntimeClasspathAndroidVersion =
"failureaccess-1.0.2.jar",
"jsr305-3.0.2.jar",
"checker-qual-3.42.0.jar",
"error_prone_annotations-2.26.0.jar",
"error_prone_annotations-2.26.1.jar",
"listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
)
val expectedReducedRuntimeClasspathJreVersion =
Expand All @@ -19,7 +19,7 @@ val expectedReducedRuntimeClasspathJreVersion =
"failureaccess-1.0.2.jar",
"jsr305-3.0.2.jar",
"checker-qual-3.42.0.jar",
"error_prone_annotations-2.26.0.jar",
"error_prone_annotations-2.26.1.jar",
"listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
)
val expectedCompileClasspathAndroidVersion =
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<truth.version>1.4.2</truth.version>
<jsr305.version>3.0.2</jsr305.version>
<checker.version>3.42.0</checker.version>
<errorprone.version>2.26.0</errorprone.version>
<errorprone.version>2.26.1</errorprone.version>
<j2objc.version>3.0.0</j2objc.version>
<javac.version>9+181-r4173-1</javac.version>
<!-- Empty for all JDKs but 9-12 -->
Expand Down

0 comments on commit c6e91c4

Please sign in to comment.