File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6969dependencies{
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}
You can’t perform that action at this time.
0 commit comments