Skip to content

Commit

Permalink
Merge branch '5.4' of https://github.com/lucee/Lucee into 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 18, 2023
2 parents fe6c179 + cb50876 commit 3b56968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>org.lucee</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Export-Package: coldfusion,
lucee.transformer.cfml.script.java.function
Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
org.apache.commons.commons-collections4;bundle-version=4.4.0,
org.apache.commons.commons-compress;bundle-version=1.23.0,
org.apache.commons.commons-compress;bundle-version=1.24.0,
org.apache.commons.commons-fileupload;bundle-version=1.5.0,
org.apache.commons.commons-io;bundle-version=2.11.0,
org.apache.commons.lang3;bundle-version=3.12.0,
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
<scope>provided</scope>
</dependency>
<!--Axis?
Expand Down

0 comments on commit 3b56968

Please sign in to comment.