This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 0eef1215f Bump com.google.errorprone:error_prone_core from 2.36.0 to 2.37.0 (#714) 0eef1215f is described below commit 0eef1215f6172417a170b59e280d138ed2ceb8ea Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 3 22:45:37 2025 +0200 Bump com.google.errorprone:error_prone_core from 2.36.0 to 2.37.0 (#714) Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.36.0 to 2.37.0. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.36.0...v2.37.0) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 676b65f8f..2a783c694 100644 --- a/pom.xml +++ b/pom.xml @@ -273,7 +273,7 @@ <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> - <version>2.36.0</version> + <version>2.37.0</version> </dependency> </dependencies> </plugin>