This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 130c0a35 Bump junit.version from 5.13.4 to 6.0.0
130c0a35 is described below
commit 130c0a354e697c091264edc7cf714c0b88c69fc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 04:01:24 2025 +0000
Bump junit.version from 5.13.4 to 6.0.0
Bumps `junit.version` from 5.13.4 to 6.0.0.
Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 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.4...r6.0.0)
Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 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.4...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
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 15b9a1e9..0bad8f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<additionalparam>-Xdoclint:none</additionalparam>
<!-- dependency versions -->
- <junit.version>5.13.4</junit.version>
+ <junit.version>6.0.0</junit.version>
<storm-client.version>2.8.2</storm-client.version>
<!-- Jackson's version should be in-line with the one in Storm
-->
<jackson.version>2.18.1</jackson.version>