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 f427c5bc2 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.12.0 (#689) f427c5bc2 is described below commit f427c5bc27801f78ce014d2707314459d8d664ad Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Mar 13 15:58:33 2025 +0100 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.12.0 (#689) Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.12.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 a7e7a3f5a..a44e6532a 100644 --- a/pom.xml +++ b/pom.xml @@ -650,7 +650,7 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.10.3</version> + <version>5.12.0</version> </dependency> <dependency> <groupId>org.mockito</groupId>