Skip to content

Commit cb2d844

Browse files
committed
pom: build compress and deps on oldest runtime version
We need to build against the oldest runtime versions that we support. So we need to use the versions used in RHEL9/CentOS9. This because otherwise code can be incompatible with the library version installed by the OS. Change this for commons-compress and all it dependencies. Those were bumped in c46cb55 Signed-off-by: Jean-Louis Dupond <[email protected]>
1 parent ea6773f commit cb2d844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
<checkstyle.version>10.20.0</checkstyle.version>
5757
<commons-beanutils.version>1.9.4</commons-beanutils.version>
5858
<commons-cli.version>1.3.1</commons-cli.version>
59-
<commons-codec.version>1.17.1</commons-codec.version>
59+
<commons-codec.version>1.15</commons-codec.version>
6060
<commons-collections.version>3.2.2</commons-collections.version>
61-
<commons-compress.version>1.27.1</commons-compress.version>
61+
<commons-compress.version>1.21</commons-compress.version>
6262
<commons-configuration.version>1.6</commons-configuration.version>
63-
<commons-io.version>2.16.1</commons-io.version>
63+
<commons-io.version>2.8.0</commons-io.version>
6464
<commons-lang.version>2.6</commons-lang.version>
65-
<commons-lang3.version>3.14.0</commons-lang3.version>
65+
<commons-lang3.version>3.12.0</commons-lang3.version>
6666
<cors-filter.version>1.0.1</cors-filter.version>
6767
<cxf.version>2.2.7</cxf.version>
6868
<dbunit.version>2.7.3</dbunit.version>

0 commit comments

Comments
 (0)