Skip to content

Commit 4bb71a8

Browse files
authored
Update log4j2 README.md to mention updated version dependencies
1 parent af945fa commit 4bb71a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-lambda-java-log4j2/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Example for Maven pom.xml
1515
<dependency>
1616
<groupId>org.apache.logging.log4j</groupId>
1717
<artifactId>log4j-core</artifactId>
18-
<version>2.13.2</version>
18+
<version>2.15.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.apache.logging.log4j</groupId>
2222
<artifactId>log4j-api</artifactId>
23-
<version>2.13.2</version>
23+
<version>2.15.0</version>
2424
</dependency>
2525
....
2626
</dependencies>
@@ -68,7 +68,7 @@ If you are using the [John Rengelman](https://github.com/johnrengelman/shadow) G
6868
6969
dependencies{
7070
...
71-
implementation group: 'com.amazonaws', name: 'aws-lambda-java-log4j2', version: '1.1.0'
71+
implementation group: 'com.amazonaws', name: 'aws-lambda-java-log4j2', version: '1.3.0'
7272
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: log4jVersion
7373
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion
7474
}

0 commit comments

Comments
 (0)