Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.google.errorprone:error_prone_core from 2.9.0 to 2.28.0 #625

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump com.google.errorprone:error_prone_core
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.9.0 to 2.28.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.9.0...v2.28.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] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 31, 2024
commit 06aecbc2dfe50e6aa5e25db9c3a069c97f5b6c00
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<maven-cargo-plugin.version>1.6.7</maven-cargo-plugin.version>
<maven-project-info-reports-plugin.version>3.5.0</maven-project-info-reports-plugin.version>
<!-- Maven plugin dependency versions -->
<maven-error-prone-core.version>2.9.0</maven-error-prone-core.version>
<maven-error-prone-core.version>2.28.0</maven-error-prone-core.version>
<maven-directory-maven-plugin.version>0.3.1</maven-directory-maven-plugin.version>
<maven-build-helper-maven-plugin.version>3.5.0</maven-build-helper-maven-plugin.version>
<maven-maven-resources-plugin.version>3.0.2</maven-maven-resources-plugin.version>
Expand Down
Loading