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 92e5a5eb0 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#798)
92e5a5eb0 is described below
commit 92e5a5eb0d7c2595d78577184c7a4b89256a2dcc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 12 11:58:18 2025 +0200
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#798)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.27.3 to 3.27.4.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
sshd-contrib/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index ca2d6cbf2..6aacaea76 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -98,7 +98,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.27.3</version>
+ <version>3.27.4</version>
<scope>test</scope>
</dependency>
</dependencies>