This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new a4f214ba3b Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.2
(#1545)
a4f214ba3b is described below
commit a4f214ba3be92e119bb33907380fdb429079cece
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 7 09:21:42 2024 +0200
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.2 (#1545)
Bumps
[org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from
5.10.3 to 5.11.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.2)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/junit5-application-composer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/junit5-application-composer/pom.xml
b/examples/junit5-application-composer/pom.xml
index e2b3fbb770..9d40875cf2 100644
--- a/examples/junit5-application-composer/pom.xml
+++ b/examples/junit5-application-composer/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
- <version>5.10.3</version>
+ <version>5.11.2</version>
<scope>test</scope>
</dependency>
<!--