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 1b738915 OPENNLP-1766: Update logcaptor to 2.12.0 (#827)
1b738915 is described below
commit 1b738915d41ab2b6a9c254591b0de64481f6c501
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 30 08:44:24 2025 +0200
OPENNLP-1766: Update logcaptor to 2.12.0 (#827)
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor)
from 2.11.0 to 2.12.0.
-
[Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/Hakky54/log-captor/compare/v2.11.0...v2.12.0)
---
updated-dependencies:
- dependency-name: io.github.hakky54:logcaptor
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c05a93ba58abe5ee840b3fb5befd469cb30ad247)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5edfdd89..06b3fb15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
<onnxruntime.version>1.22.0</onnxruntime.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.1</log4j2.version>
- <logcaptor.version>2.11.0</logcaptor.version>
+ <logcaptor.version>2.12.0</logcaptor.version>
<classgraph.version>4.8.181</classgraph.version>
<jmh.version>1.37</jmh.version>