This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git
The following commit(s) were added to refs/heads/main by this push:
new 01d6a7a Bump junit.version from 5.12.1 to 5.12.2 (#72)
01d6a7a is described below
commit 01d6a7a7aadc782a135b1cb5bd0b41fdc7c62898
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 14 07:52:51 2025 +0200
Bump junit.version from 5.12.1 to 5.12.2 (#72)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1227494..402254f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.24.3</log4j2.version>
- <junit.version>5.12.1</junit.version>
+ <junit.version>5.12.2</junit.version>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
<jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>