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

jzemerick 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 c47d504  Bump junit.version from 6.0.2 to 6.0.3 (#432)
c47d504 is described below

commit c47d5049e570aa7b819dd12b2867a0423a065f0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 07:57:36 2026 -0500

    Bump junit.version from 6.0.2 to 6.0.3 (#432)
    
    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-engine` 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-params` 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-engine
      dependency-version: 6.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      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 31fe688..6dbd869 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>6.0.2</junit.version>
+        <junit.version>6.0.3</junit.version>
 
         <coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
         <jacoco.maven.plugin>0.8.14</jacoco.maven.plugin>

Reply via email to