This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new c8c1ed4 Bump commons-codec from 1.10 to 1.15 c8c1ed4 is described below commit c8c1ed46155b3017aac8d387e22464e580a36c6c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Dec 22 21:05:15 2020 +0000 Bump commons-codec from 1.10 to 1.15 Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.10 to 1.15. - [Release notes](https://github.com/apache/commons-codec/releases) - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/1.10...rel/commons-codec-1.15) Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5b71b4..b1afedf 100644 --- a/pom.xml +++ b/pom.xml @@ -414,7 +414,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.10</version> + <version>1.15</version> </dependency> <dependency> <groupId>org.mockito</groupId>