[java-parent-project] branch master updated: IDP-1465 - update commons-codec dependency to latest 1.13
Ian Young
ian at iay.org.uk
Tue Dec 3 12:37:38 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=2484cd21a0b58aa59fd639a9ed583017353979cf
The following commit(s) were added to refs/heads/master by this push:
new 2484cd2 IDP-1465 - update commons-codec dependency to latest 1.13
2484cd2 is described below
commit 2484cd21a0b58aa59fd639a9ed583017353979cf
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 3 17:37:34 2019 +0000
IDP-1465 - update commons-codec dependency to latest 1.13
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0d1f415..e2827d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.10</version>
+ <version>1.13</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list