8000 bump version of AWS SDK v1 · localstack/localstack-java-utils@5b47a83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b47a83

Browse files
committed
bump version of AWS SDK v1
1 parent 1f5b540 commit 5b47a83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Simply add the following dependency to your `pom.xml` file:
6060
<dependency>
6161
<groupId>cloud.localstack</groupId>
6262
<artifactId>localstack-utils</artifactId>
63-
<version>0.2.20</version>
63+
<version>0.2.21</version>
6464
</dependency>
6565
```
6666

@@ -108,6 +108,7 @@ make build
108108

109109
## Change Log
110110

111+
* v0.2.21: Bump version of AWS SDK v1; add AWS SDK v2 sync clients to TestUtils; add docker executable path under homebrew
111112
* v0.2.20: Fix extracting container logs for LocalStack startup check
112113
* v0.2.19: Bump version of log4j to 2.17.0 to fix further vulnerabilities related to recent CVE
113114
* v0.2.18: Fix for isRunning method after stopping the container; filter synthetic bridge methods during method detection for java Lambda full handler syntax; pass ADDITIONAL_MVN_ARGS to mvn javadoc command; bump version of log4j to 2.15.0 to fix CVE-2021-44228

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>cloud.localstack</groupId>
55
<artifactId>localstack-utils</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.2.20</version>
7+
<version>0.2.21</version>
88
<name>localstack-utils</name>
99

1010
<description>Java utilities for the LocalStack platform.</description>
@@ -30,7 +30,7 @@
3030
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3131
<maven.compiler.source>1.8</maven.compiler.source>
3232
<maven.compiler.target>1.8</maven.compiler.target>
33-
<aws.sdk.version>1.11.642</aws.sdk.version>
33+
<aws.sdk.version>1.12.264</aws.sdk.version>
3434
<aws.sdkv2.version>2.15.79</aws.sdkv2.version>
3535
<commons.lang3.version>3.5</commons.lang3.version>
3636
<lambda.core.version>1.2.0</lambda.core.version>

0 commit comments

Comments
 (0)
0