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-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new e4c7646 Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (#233)
e4c7646 is described below
commit e4c76464955d1bf8c1ed770d8b536e1914a6b410
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 6 10:26:20 2025 +0100
Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (#233)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02f9859..e642355 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.17.2</version>
+ <version>1.18.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>