This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 971247afe375c3aae854abd7c83450d641755429
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 15 11:15:25 2024 -0400
Bump cxf.junit5.version from 5.10.3 to 5.11.0 (#2012)
* Bump cxf.junit5.version from 5.10.3 to 5.11.0
Bumps `cxf.junit5.version` from 5.10.3 to 5.11.0.
Updates `org.junit:junit-bom` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0)
Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.junit.vintage:junit-vintage-engine
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fix mix of JUnit5 + JUnit4 test engines configuration
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andriy Redko <[email protected]>
(cherry picked from commit a116fc8aca9fe39266ce4e4b5f98305d07150f7d)
(cherry picked from commit d5fded2a854eea62bcb77466efd0ba1221bdf722)
# Conflicts:
# systests/transports/pom.xml
---
parent/pom.xml | 2 +-
systests/transports/pom.xml | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index cd3b6ca6ce..4faa75a4a9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -161,7 +161,7 @@
<cxf.json.bind-api.version>1.0.2</cxf.json.bind-api.version>
<cxf.jsr250.api.version>1.0</cxf.jsr250.api.version>
<cxf.junit.version>4.13.2</cxf.junit.version>
- <cxf.junit5.version>5.10.3</cxf.junit5.version>
+ <cxf.junit5.version>5.11.0</cxf.junit5.version>
<cxf.kerby.version>2.0.3</cxf.kerby.version>
<cxf.ldapsdk.version>7.0.1</cxf.ldapsdk.version>
<cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 3d088102f1..0335aa4740 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -333,6 +333,12 @@
<version>${cxf.bcprov.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <version>${cxf.junit5.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>