Skip to content

Commit

Permalink
chore(java): bump com.google.errorprone:error_prone_core from 2.31.0 …
Browse files Browse the repository at this point in the history
…to 2.32.0 in /java (#2159)

Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
from 2.31.0 to 2.32.0.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Li <[email protected]>
  • Loading branch information
dependabot[bot] and lidavidm authored Sep 17, 2024
1 parent 289e1aa commit 5a3ffd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11', '17', '21']
java: ['8', '11', '17', '21', '22']
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11', '17', '21']
java: ['17', '21']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.31.0</version>
<version>2.32.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>
Expand Down

0 comments on commit 5a3ffd4

Please sign in to comment.