This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push: new 33a8e7c Bump commons-logging:commons-logging from 1.1.1 to 1.3.4 (#209) 33a8e7c is described below commit 33a8e7ce4dafc9c6377c54d1601c2c34ffc561f6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 23 06:39:20 2024 +0100 Bump commons-logging:commons-logging from 1.1.1 to 1.3.4 (#209) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index da7af60..f9594cc 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.1</version> + <version>1.3.4</version> </dependency> <dependency> <groupId>commons-collections</groupId>