Skip to content

Commit

Permalink
[nw2aWxrX] Upgrade aws-java-sdk-s3 to 1.12.425 to partially address C…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojjs committed Mar 16, 2023
1 parent eb6020a commit 08c2ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {

testCompile 'net.sourceforge.jexcelapi:jxl:2.6.12'

compileOnly group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.349'
compileOnly group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.425'

testCompile group: 'org.reflections', name: 'reflections', version: '0.9.12'
testCompile group: 'junit', name: 'junit', version: '4.13.1'
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/modules/ROOT/partials/s3-protocol.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
When using the S3 protocol we need to download and copy the following jars into the plugins directory:

* aws-java-sdk-core-1.12.136.jar (https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core/1.12.136)
* aws-java-sdk-s3-1.12.136.jar (https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3/1.12.136)
* aws-java-sdk-s3-1.12.425.jar (https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3/1.12.425)
* httpclient-4.5.13.jar (https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5.13)
* httpcore-4.4.15.jar (https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.15)
* joda-time-2.10.13.jar (https://mvnrepository.com/artifact/joda-time/joda-time/2.10.13)
Expand Down
2 changes: 1 addition & 1 deletion test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

compile group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '4.4.9'
compile group: 'org.jetbrains', name: 'annotations', version: "17.0.0"
compile group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.348'
compile group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.425'

// Test Containers
compile group: 'org.testcontainers', name: 'testcontainers', version: testContainersVersion
Expand Down

0 comments on commit 08c2ed4

Please sign in to comment.