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-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e19e010484 distribution: compiler-swfdump in royale-compiler bumped to 
commons-io 2.11.0, so we should do the same
e19e010484 is described below

commit e19e010484915deb731c7f05fd2becb33a03904a
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Dec 12 09:01:56 2023 -0800

    distribution: compiler-swfdump in royale-compiler bumped to commons-io 
2.11.0, so we should do the same
---
 distribution/jars/compiler-swfdump/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/jars/compiler-swfdump/pom.xml 
b/distribution/jars/compiler-swfdump/pom.xml
index 1fd1ec1d25..76e3199adc 100644
--- a/distribution/jars/compiler-swfdump/pom.xml
+++ b/distribution/jars/compiler-swfdump/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.11.0</version>
     </dependency>
   </dependencies>
 

Reply via email to