This is an automated email from the ASF dual-hosted git repository.

mvolikas 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 c5337876 Bump junit.version from 6.0.2 to 6.0.3 (#1809)
c5337876 is described below

commit c5337876f6a16492696b4518b9ded3f7f6c8f5b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 22 18:27:16 2026 +0200

    Bump junit.version from 6.0.2 to 6.0.3 (#1809)
    
    Bumps `junit.version` from 6.0.2 to 6.0.3.
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - 
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3)
    
    Updates `org.junit.jupiter:junit-jupiter` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - 
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-version: 6.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter
      dependency-version: 6.0.3
      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 cbe0a284..c2c4d582 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.2</junit.version>
+        <junit.version>6.0.3</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>

Reply via email to