From d00dc6881250dbb4578b32cd4775c9cca787906a Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti <34456377+fabiobrz@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:28:47 +0100 Subject: [PATCH 1/2] Bump commons-compress to 1.21, to fix security issues, and related commons-* dependencies to align with docker-java:3.4.0 (#1340) * Bump commons-compress to 1.27.1, to fix security issues https://github.com/arquillian/arquillian-cube/security/dependabot?q=package%3Aorg.apache.commons%3Acommons-compress+manifest%3Acore%2Fpom.xml+has%3Apatch * Bump commons-lang3 to 3.12.0, downgrade and commons-io again, to 2.13.0, as required by commons-compress 1.21 - everything as required by docker-java 3.4.0 - to try and fix security issues https://github.com/arquillian/arquillian-cube/security/dependabot?q=package%3Aorg.apache.commons%3Acommons-compress+manifest%3Acore%2Fpom.xml+has%3Apatch --- core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 16970bbe2..8376c1d65 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -107,17 +107,17 @@ commons-io commons-io - 2.14.0 + 2.13.0 org.apache.commons commons-compress - 1.19 + 1.21 org.apache.commons commons-lang3 - 3.9 + 3.12.0 org.arquillian.cube From c488cb37ff35afc5e5d1d43b71d0327a07be9b06 Mon Sep 17 00:00:00 2001 From: Lin Gao Date: Thu, 9 Jan 2025 00:26:22 +0800 Subject: [PATCH 2/2] Fix resources structure in kubernetes/fabric8 (#1342) --- .../services/org.jboss.arquillian.core.spi.LoadableExtension | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kubernetes/fabric8/src/main/{java => }/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension (100%) diff --git a/kubernetes/fabric8/src/main/java/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension b/kubernetes/fabric8/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension similarity index 100% rename from kubernetes/fabric8/src/main/java/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension rename to kubernetes/fabric8/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension