This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 2_4_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_4_x-fixes by this push: new 8a597ee92 Bump junit.version from 5.9.0 to 5.9.1 (#60) 8a597ee92 is described below commit 8a597ee92fba07d1b8bf6956b5ca7ad175d0edb4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 7 08:51:00 2022 +0100 Bump junit.version from 5.9.0 to 5.9.1 (#60) Bumps `junit.version` from 5.9.0 to 5.9.1. Updates `junit-jupiter-engine` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1) Updates `junit-jupiter-params` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 200dd38d7..c6c6726c4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -40,7 +40,7 @@ <hamcrest.version>2.2</hamcrest.version> <jasypt.version>1.9.3</jasypt.version> <joda.version>2.10.10</joda.version> - <junit.version>5.8.1</junit.version> + <junit.version>5.9.1</junit.version> <kerby.version>2.0.2</kerby.version> <neethi.version>3.1.1</neethi.version> <opensaml.version>3.4.6</opensaml.version>