Skip to content

Commit

Permalink
Bump error_prone_core from 2.10.0 to 2.11.0 (#409)
Browse files Browse the repository at this point in the history
* Dropped Google Error Prone with java8-parent (#418)

Error Prone >= 2.11.0 requires Java >= 11.

* Bump error_prone_core from 2.10.0 to 2.11.0

Bumps [error_prone_core](https://github.com/google/error-prone) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: John Freeman <john.freeman.opensource@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and freemanjp authored Feb 20, 2022
1 parent e85ffab commit e02c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.version>9.3</checkstyle.version>
<docker.image>${project.artifactId}</docker.image>
<error-prone.version>2.10.0</error-prone.version>
<error-prone.version>2.11.0</error-prone.version>
<extra-enforcer-rules.version>1.5.1</extra-enforcer-rules.version>
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
<fmt-maven-plugin.version>2.13</fmt-maven-plugin.version>
Expand Down

0 comments on commit e02c1b2

Please sign in to comment.