This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new ca7fde54d commons-compress: update to 1.26.0 to make Dependabot happy
ca7fde54d is described below

commit ca7fde54d45587bd1b07668bedeee8e3a9f5a43c
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Feb 29 08:30:11 2024 -0800

    commons-compress: update to 1.26.0 to make Dependabot happy
---
 README                          |  2 +-
 compiler-build-tools/.classpath |  2 +-
 compiler-build-tools/pom.xml    |  2 +-
 compiler-common/.classpath      |  2 +-
 compiler-externc/.classpath     |  2 +-
 compiler-jburg-types/.classpath |  2 +-
 compiler-jx/.classpath          |  2 +-
 compiler-jx/pom.xml             |  2 +-
 compiler-test-utils/.classpath  |  2 +-
 compiler-test-utils/pom.xml     |  2 +-
 compiler/.classpath             |  2 +-
 compiler/src/test/build.xml     |  2 +-
 compiler/src/test/downloads.xml | 10 +++++-----
 royale-ant-tasks/.classpath     |  2 +-
 14 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/README b/README
index d607edeb6..b3c6bd5ec 100644
--- a/README
+++ b/README
@@ -253,7 +253,7 @@ Software Dependencies
         commons-io - 
https://repo1.maven.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
         commons-lang - 
https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
         commons-lang3 - 
https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
-        commons-compress - 
https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar
+        commons-compress - 
https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.jar
         guava - 
https://repo1.maven.org/maven2/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar
         failureaccess - 
https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar
         jburg - 
https://repo1.maven.org/maven2/net/sourceforge/jburg/jburg/1.10.2/jburg-1.10.2.jar
diff --git a/compiler-build-tools/.classpath b/compiler-build-tools/.classpath
index cd026b144..1d1bab107 100644
--- a/compiler-build-tools/.classpath
+++ b/compiler-build-tools/.classpath
@@ -7,7 +7,7 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/flex-tool-api.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang3-3.4.jar"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry kind="lib" path="../compiler/lib/external/antlr.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/junit-4.10.jar"/>
        <classpathentry kind="output" path="target/classes"/>
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 015648734..9cd4f6a77 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -177,7 +177,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.18</version>
+      <version>1.26.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
diff --git a/compiler-common/.classpath b/compiler-common/.classpath
index 6d56ed9cd..7395f6a8a 100644
--- a/compiler-common/.classpath
+++ b/compiler-common/.classpath
@@ -7,7 +7,7 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/flex-tool-api.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang3-3.4.jar"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry kind="lib" path="../compiler/lib/external/antlr.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/junit-4.10.jar"/>
        <classpathentry kind="output" path="target/classes"/>
diff --git a/compiler-externc/.classpath b/compiler-externc/.classpath
index 1c61f7764..e019211d7 100644
--- a/compiler-externc/.classpath
+++ b/compiler-externc/.classpath
@@ -14,7 +14,7 @@
        <classpathentry kind="lib" 
path="../compiler/lib/external/junit-4.10.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang3-3.4.jar"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-common"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry kind="lib" 
path="../compiler-jx/lib/google/closure-compiler/compiler.jar"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-test-utils"/>
        <classpathentry kind="output" path="target/classes"/>
diff --git a/compiler-jburg-types/.classpath b/compiler-jburg-types/.classpath
index 183861c79..5e497ae7c 100644
--- a/compiler-jburg-types/.classpath
+++ b/compiler-jburg-types/.classpath
@@ -7,7 +7,7 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/flex-tool-api.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang3-3.4.jar"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry kind="lib" path="../compiler/lib/external/antlr.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/junit-4.10.jar"/>
        <classpathentry kind="lib" path="../compiler/lib/external/jburg.jar"/>
diff --git a/compiler-jx/.classpath b/compiler-jx/.classpath
index 36d2686b9..3922f1541 100644
--- a/compiler-jx/.classpath
+++ b/compiler-jx/.classpath
@@ -13,7 +13,7 @@
        <classpathentry kind="lib" path="lib/junit-4.10.jar"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.USER_LIBRARY/COMMONS_COMPRESS"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang-2.6.jar"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-common"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-externc"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-test-utils"/>
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 632710a79..892207633 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -198,7 +198,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.11</version>
+      <version>1.26.0</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
diff --git a/compiler-test-utils/.classpath b/compiler-test-utils/.classpath
index 6d56ed9cd..7395f6a8a 100644
--- a/compiler-test-utils/.classpath
+++ b/compiler-test-utils/.classpath
@@ -7,7 +7,7 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/flex-tool-api.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang3-3.4.jar"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry kind="lib" path="../compiler/lib/external/antlr.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/junit-4.10.jar"/>
        <classpathentry kind="output" path="target/classes"/>
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 990de41b5..002706a8e 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.10</version>
+      <version>1.26.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
diff --git a/compiler/.classpath b/compiler/.classpath
index 1c5f668b6..018911c7d 100644
--- a/compiler/.classpath
+++ b/compiler/.classpath
@@ -19,7 +19,7 @@
        <classpathentry kind="lib" path="lib/external/junit-4.10.jar"/>
        <classpathentry kind="lib" path="lib/external/commons-lang3-3.4.jar"/>
        <classpathentry kind="lib" path="lib/external/jburg.jar"/>
-       <classpathentry kind="lib" 
path="lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-common"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-externc"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-test-utils"/>
diff --git a/compiler/src/test/build.xml b/compiler/src/test/build.xml
index 2099f7fd2..27a8cdeb5 100644
--- a/compiler/src/test/build.xml
+++ b/compiler/src/test/build.xml
@@ -402,7 +402,7 @@
 
     <target name="wipe" depends="clean">
         <delete file="${compiler}/lib/external/commons-lang3-3.4.jar"/>
-        <delete file="${compiler}/lib/external/commons-compress-1.10.jar"/>
+        <delete file="${compiler}/lib/external/commons-compress-1.26.0.jar"/>
         <delete file="${compiler}/lib/external/junit-4.10.jar"/>
     </target>
 
diff --git a/compiler/src/test/downloads.xml b/compiler/src/test/downloads.xml
index a9e0943b6..afc3a60b8 100644
--- a/compiler/src/test/downloads.xml
+++ b/compiler/src/test/downloads.xml
@@ -144,24 +144,24 @@
     <target name="commons-compress-jar-check" description="Checks if 
commons-compress JAR exists.">
         <condition property="commons-compress.jar.exists">
             <and>
-                <available 
file="${external.lib.dir}/commons-compress-1.10.jar"/>
+                <available 
file="${external.lib.dir}/commons-compress-1.26.0.jar"/>
             </and>
         </condition>
     </target>
 
     <target name="commons-compress-jar" depends="commons-compress-jar-check" 
unless="commons-compress.jar.exists"
             description="Copies the commons-compress JAR to the lib 
directory.">
-        <echo message="Obtaining lib/external/commons-compress-1.10.jar"/>
+        <echo message="Obtaining lib/external/commons-compress-1.26.0.jar"/>
         <antcall target="commons-compress-download-jar"/>
     </target>
 
     <target name="commons-compress-download-jar" 
depends="commons-compress-jar-check" unless="commons-compress.jar.exists"
             description="Downloads the commons-compress jar.">
         <antcall target="download-jar">
-            <param name="srcUrl" 
value="https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.10"/>
-            <param name="srcJarFile" value="commons-compress-1.10.jar"/>
+            <param name="srcUrl" 
value="https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.0"/>
+            <param name="srcJarFile" value="commons-compress-1.26.0.jar"/>
             <param name="destDir" value="${external.lib.dir}"/>
-            <param name="destJarFile" value="commons-compress-1.10.jar"/>
+            <param name="destJarFile" value="commons-compress-1.26.0.jar"/>
         </antcall>
     </target>
 
diff --git a/royale-ant-tasks/.classpath b/royale-ant-tasks/.classpath
index eede4cb9f..92909cf71 100644
--- a/royale-ant-tasks/.classpath
+++ b/royale-ant-tasks/.classpath
@@ -7,7 +7,7 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/flex-tool-api.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/commons-lang3-3.4.jar"/>
-       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.10.jar"/>
+       <classpathentry kind="lib" 
path="../compiler/lib/external/commons-compress-1.26.0.jar"/>
        <classpathentry kind="lib" path="../compiler/lib/external/antlr.jar"/>
        <classpathentry kind="lib" 
path="../compiler/lib/external/junit-4.10.jar"/>
        <classpathentry kind="var" path="ANT_JAR"/>

Reply via email to