[java-parent-project] 03/03: Update commons codec to 1.16.1
Ian Young
ian at iay.org.uk
Thu Feb 29 16:14:14 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=77b7d53f17a5e6c05425525ebf50587df482b010
commit 77b7d53f17a5e6c05425525ebf50587df482b010
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Feb 29 15:56:18 2024 +0000
Update commons codec to 1.16.1
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7de50ff..91a423e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
<ant.version>1.10.14</ant.version>
<bouncycastle.version>1.77</bouncycastle.version>
<bouncycastle.pg.version>1.77</bouncycastle.pg.version>
+ <commons.codec.version>1.16.1</commons.codec.version>
<!-- IMPORTANT: commons-compress and commons-io versions need to be updated with the -io version coming from -compress. -->
<commons.compress.version>1.26.0</commons.compress.version>
<commons.io.version>2.15.1</commons.io.version>
@@ -160,7 +161,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.16.0</version>
+ <version>${commons.codec.version}</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