Skip to content

Commit

Permalink
LDEV-5011 - update aws lib
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 12, 2024
1 parent 914f087 commit ee62d84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lucee</groupId>
<artifactId>s3-extension</artifactId>
<version>2.0.2.18-SNAPSHOT</version>
<version>2.0.2.19-SNAPSHOT</version>
<packaging>pom</packaging>
<name>S3 Extension</name>

Expand Down
Binary file not shown.
5 changes: 2 additions & 3 deletions source/java/src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ Manifest-Version: 1.0
Export-Package: org.lucee.extension.resource.s3,
org.lucee.extension.resource.s3.function
Bundle-ManifestVersion: 2
Require-Bundle: org.lucee.aws-java-sdk-s3-all;bundle-version=1.12.458,
Require-Bundle: org.lucee.aws-java-sdk-s3-all;bundle-version=1.12.758,
org.apache.commons.commons-pool2;bundle-version=2.8.1,
com.fasterxml.jackson.core.jackson-annotations;bundle-version="[2.15.0,3)",
com.fasterxml.jackson.core.jackson-core;bundle-version="[2.15.0,3)",
com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.15.0,3)",
com.fasterxml.jackson.dataformat.jackson-dataformat-cbor;bundle-version="[2.15.0,3)",
bouncycastle.prov;bundle-version="[1.38.0,2)",
bouncycastle.tsp;bundle-version="[1.38.0,2)",
bouncycastle.mail;bundle-version="[1.38.0,2)",
software.amazon.ion.java;bundle-version="[1.0.2,2)"
bouncycastle.mail;bundle-version="[1.38.0,2)"

0 comments on commit ee62d84

Please sign in to comment.