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 9791e3985 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#825) 9791e3985 is described below commit 9791e3985ce86f30a902ca999a8de5919faf269d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Sep 23 15:03:44 2025 +0200 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#825) - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.5...assertj-build-3.27.6) Signed-off-by: dependabot[bot] <supp...@github.com> 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 3d897fc77..e8984ee52 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.5</version> + <version>3.27.6</version> <scope>test</scope> </dependency> </dependencies>