Skip to content

Commit 4dbb1c8

Browse files
Bump SDK version to 1.12.x
1 parent 35d73bb commit 4dbb1c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can download release builds through the [releases section of this](https://g
2323
<dependency>
2424
<groupId>software.amazon.payloadoffloading</groupId>
2525
<artifactId>payloadoffloading-common</artifactId>
26-
<version>1.1.1</version>
26+
<version>1.1.2</version>
2727
<type>jar</type>
2828
</dependency>
2929
```

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.payloadoffloading</groupId>
88
<artifactId>payloadoffloading-common</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<packaging>jar</packaging>
1111
<name>Payload offloading common library for AWS</name>
1212
<description>Common library between extended Amazon AWS clients to save payloads up to 2GB on Amazon S3.</description>
@@ -36,7 +36,7 @@
3636
</developers>
3737

3838
<properties>
39-
<aws-java-sdk.version>1.11.817</aws-java-sdk.version>
39+
<aws-java-sdk.version>1.12.383</aws-java-sdk.version>
4040
</properties>
4141

4242
<dependencies>

0 commit comments

Comments
 (0)