From 12bacb225cc63cbdca9dfa9439e8bca28db66ef9 Mon Sep 17 00:00:00 2001 From: "ARTECH\\sgrampone" Date: Wed, 3 Jul 2024 16:24:26 -0300 Subject: [PATCH 1/2] Bump commons-compress to version 1.26.0 --- gxoffice/pom.xml | 8 +++++++- gxsearch/pom.xml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gxoffice/pom.xml b/gxoffice/pom.xml index e0759788a..f64927413 100644 --- a/gxoffice/pom.xml +++ b/gxoffice/pom.xml @@ -34,7 +34,13 @@ poi-ooxml ${poi.version} - + + org.apache.commons + commons-compress + 1.26.0 + + + org.apache.poi poi ${poi.version} diff --git a/gxsearch/pom.xml b/gxsearch/pom.xml index 51abb16ea..e2b4500b7 100644 --- a/gxsearch/pom.xml +++ b/gxsearch/pom.xml @@ -29,7 +29,13 @@ poi-ooxml ${poi.version} - + + org.apache.commons + commons-compress + 1.26.0 + + + org.apache.lucene lucene-core 2.2.0 From ff1d3a70b017287cd11e4aea7272f43e60695f46 Mon Sep 17 00:00:00 2001 From: "ARTECH\\sgrampone" Date: Thu, 4 Jul 2024 13:33:54 -0300 Subject: [PATCH 2/2] Change commons compress version to a general variable --- gxoffice/pom.xml | 2 +- gxsearch/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gxoffice/pom.xml b/gxoffice/pom.xml index f64927413..6f68af6db 100644 --- a/gxoffice/pom.xml +++ b/gxoffice/pom.xml @@ -37,7 +37,7 @@ org.apache.commons commons-compress - 1.26.0 + ${commons.compress.version} diff --git a/gxsearch/pom.xml b/gxsearch/pom.xml index e2b4500b7..05c8260d7 100644 --- a/gxsearch/pom.xml +++ b/gxsearch/pom.xml @@ -32,7 +32,7 @@ org.apache.commons commons-compress - 1.26.0 + ${commons.compress.version} diff --git a/pom.xml b/pom.xml index d14528e41..8e56e7aef 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ 4.42.0 2.21.1 1.28.0 + 1.26.0