You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Simply add the following dependency to your `pom.xml` file:
60
60
<dependency>
61
61
<groupId>cloud.localstack</groupId>
62
62
<artifactId>localstack-utils</artifactId>
63
-
<version>0.2.20</version>
63
+
<version>0.2.21</version>
64
64
</dependency>
65
65
```
66
66
@@ -108,6 +108,7 @@ make build
108
108
109
109
## Change Log
110
110
111
+
* v0.2.21: Bump version of AWS SDK v1; add AWS SDK v2 sync clients to TestUtils; add docker executable path under homebrew
111
112
* v0.2.20: Fix extracting container logs for LocalStack startup check
112
113
* v0.2.19: Bump version of log4j to 2.17.0 to fix further vulnerabilities related to recent CVE
113
114
* 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
0 commit comments