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 cfc37b79 Bump junit.version from 6.0.1 to 6.0.2 (#1779)
cfc37b79 is described below
commit cfc37b79d2bbd64107dc5e2463525f11e46dd192
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 14:08:46 2026 +0100
Bump junit.version from 6.0.1 to 6.0.2 (#1779)
Bumps `junit.version` from 6.0.1 to 6.0.2.
Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2)
Updates `org.junit.jupiter:junit-jupiter` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 5e85261e..4b0201fd 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>6.0.1</junit.version>
+ <junit.version>6.0.2</junit.version>
<storm-client.version>2.8.3</storm-client.version>
<!-- Jackson's version should be in-line with the one in Storm
-->
<jackson.version>2.18.1</jackson.version>