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.18</version>
63
+
<version>0.2.19</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.19: Bump version of log4j to 2.17.0 to fix further vulnerabilities related to recent CVE
111
112
* 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
112
113
* v0.2.17: Fix issue with using :: to specify lambda handler which implements the RequestHandler interface, revert removal of EC2HostNameResolver annotation
113
114
* v0.2.16: Add support for :: notation for Java Lambda handler specification, fix failing QLDB tests, fix failing tests with Jexter rules/extensions
0 commit comments