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 621e59f70 Bump com.google.errorprone:error_prone_core from 2.42.0 to
2.43.0 (#846)
621e59f70 is described below
commit 621e59f705ab6535c8e5554b964d83153b242897
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 26 15:33:36 2025 +0100
Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0 (#846)
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.42.0...v2.43.0)
Signed-off-by: dependabot[bot] <[email protected]>
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 d469c9407..8a94987f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.42.0</version>
+ <version>2.43.0</version>
</dependency>
</dependencies>
</plugin>