This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 3e2f4f25a Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 (#684) 3e2f4f25a is described below commit 3e2f4f25aaf299419cf3e327398639f4957c35a8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Dec 10 12:37:20 2023 +0000 Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 (#684) Bumps [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md) - [Commits](https://github.com/fusesource/jansi/compare/jansi-2.4.0...jansi-2.4.1) --- updated-dependencies: - dependency-name: org.fusesource.jansi:jansi dependency-type: direct:production update-type: version-update:semver-patch ... 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 af3eaa8ae..80b25983c 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ <!-- used in the unit tests and maven-shared-utils:3.3.4 --> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>2.4.0</version> + <version>2.4.1</version> </dependency> <dependency> <!-- Do not upgrade, needs code changes -->