This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new a18c2ee OPENNLP-1774: Update JUnit to 6.0.0 (#358)
a18c2ee is described below
commit a18c2eee57bd46e51fcd6aa05274582d77813a39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 07:19:13 2025 +0200
OPENNLP-1774: Update JUnit to 6.0.0 (#358)
Bumps `junit.version` from 5.13.3 to 6.0.0.
Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 6.0.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r6.0.0)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 6.0.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r6.0.0)
Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 6.0.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r6.0.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
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 048c1ed..ab86ee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<jersey-server.version>2.47</jersey-server.version>
<jettison.version>1.5.4</jettison.version>
- <junit.version>5.13.3</junit.version>
+ <junit.version>6.0.0</junit.version>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
<jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>