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 5c60444dc Bump com.google.errorprone:error_prone_core from 2.38.0 to
2.40.0 (#784)
5c60444dc is described below
commit 5c60444dc89ecfc6262ffb9f495db1dd1f442feb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 20:21:22 2025 +0200
Bump com.google.errorprone:error_prone_core from 2.38.0 to 2.40.0 (#784)
Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
from 2.38.0 to 2.40.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.38.0...v2.40.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 5ec016f7d..5af61ef2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.38.0</version>
+ <version>2.40.0</version>
</dependency>
</dependencies>
</plugin>