We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933c5ab commit 9955e64Copy full SHA for 9955e64
sda-commons-server-s3-testing/build.gradle
@@ -3,7 +3,7 @@ dependencies {
3
4
// old AWS SDK v1 is only used internally by robothy
5
api enforcedPlatform("com.amazonaws:aws-java-sdk-bom:1.12.791")
6
- api 'io.github.robothy:local-s3-jupiter:1.26', {
+ api 'io.github.robothy:local-s3-jupiter:1.27', {
7
exclude group: 'software.amazon.awssdk'
8
exclude group: 'com.amazonaws', module: 'aws-java-sdk'
9
exclude group: 'org.bouncycastle', module: 'bcprov-jdk18on'
0 commit comments