From 8750d35f095a15eba703518c1756e10234fcace7 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Tue, 27 Feb 2024 16:06:13 -0800 Subject: [PATCH 1/2] Upgrade various apache-commons libraries --- pom.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 73538ef2e..ec2820605 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,10 @@ Changing these version requires approval for a new third party dependency! --> - 3.10 + 3.10 + 3.2.2 + 1.26.0 + 2.9.0 3.2.0 2.5.2 7.2 @@ -845,7 +848,25 @@ org.apache.commons commons-lang3 - ${version.lib.apache-commons} + ${version.lib.apache-commons-lang3} + + + + commons-collections + commons-collections + ${version.lib.apache-commons-collections} + + + + org.apache.commons + commons-compress + ${version.lib.apache-commons-compress} + + + + commons-io + commons-io + ${version.lib.apache-commons-io} org.eclipse.lsp4j From 086e0242b5fa6126a9a71b29a673da6cf2fd52b3 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Tue, 27 Feb 2024 16:35:30 -0800 Subject: [PATCH 2/2] Upgrade commons io to 2.15.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec2820605..ed8733737 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ 3.10 3.2.2 1.26.0 - 2.9.0 + 2.15.0 3.2.0 2.5.2 7.2