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
* [alc] Log4j2 support
* [log4j2] bump aws-lambda-java-core deps to 1.2.3
* [log4j2] version bump and doc updates
---------
Co-authored-by: Daniel Torok <[email protected]>
Copy file name to clipboardExpand all lines: aws-lambda-java-log4j2/README.md
+16-9
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Example for Maven pom.xml
10
10
<dependency>
11
11
<groupId>com.amazonaws</groupId>
12
12
<artifactId>aws-lambda-java-log4j2</artifactId>
13
-
<version>1.5.1</version>
13
+
<version>1.6.0</version>
14
14
</dependency>
15
15
<dependency>
16
16
<groupId>org.apache.logging.log4j</groupId>
@@ -65,10 +65,10 @@ If using maven shade plugin, set the plugin configuration as follows
65
65
If you are using the [John Rengelman](https://github.com/johnrengelman/shadow) Gradle shadow plugin, then the plugin configuration is as follows:
0 commit comments