[java-parent-project] 03/03: Update commons-lang3 to 3.13.0
Ian Young
ian at iay.org.uk
Tue Aug 8 18:04:46 UTC 2023
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=4e5731729360b171f4a645ceea79351fe64c32d5
commit 4e5731729360b171f4a645ceea79351fe64c32d5
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 8 17:03:15 2023 +0100
Update commons-lang3 to 3.13.0
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7ed948e..1a94897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
<bouncycastle.version>1.72</bouncycastle.version>
<bouncycastle.pg.version>1.72.2</bouncycastle.pg.version>
<commons.compress.version>1.23.0</commons.compress.version>
+ <commons.lang3.version>3.13.0</commons.lang3.version>
<cryptacular.version>1.2.5</cryptacular.version>
<duoweb.version>1.3</duoweb.version>
<!-- IMPORTANT: httpclient and httpcore versions need to be updated together. -->
@@ -199,7 +200,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.11</version>
+ <version>${commons.lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list