This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new 2ce3861ac [2.x]: OPENNLP-1849: Update junit5-system-exit to 2.0.3
(#1090)
2ce3861ac is described below
commit 2ce3861ac54f7ac26cb370bf98f64d7225d7e2c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 10:37:16 2026 +0200
[2.x]: OPENNLP-1849: Update junit5-system-exit to 2.0.3 (#1090)
Bumps
[com.ginsberg:junit5-system-exit](https://github.com/tginsberg/junit5-system-exit)
from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/tginsberg/junit5-system-exit/releases)
-
[Changelog](https://github.com/tginsberg/junit5-system-exit/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/tginsberg/junit5-system-exit/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: com.ginsberg:junit5-system-exit
dependency-version: 2.0.3
dependency-type: direct:development
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 a81aa8fb0..9012ebe18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
<!-- Dependency versions -->
<junit.version>6.1.0</junit.version>
- <junit5-system-exit.version>2.0.2</junit5-system-exit.version>
+ <junit5-system-exit.version>2.0.3</junit5-system-exit.version>
<uimaj.version>3.6.1</uimaj.version>
<morfologik.version>2.2.0</morfologik.version>
<onnxruntime.version>1.26.0</onnxruntime.version>