File tree Expand file tree Collapse file tree 11 files changed +31
-31
lines changed Expand file tree Collapse file tree 11 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -310,9 +310,9 @@ dependencies {
310310 implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
311311 implementation 'com.amazonaws:aws-lambda-java-events:3.1.0'
312312 implementation 'com.google.code.gson:gson:2.8.6'
313- implementation 'org.apache.logging.log4j:log4j-api:2.16 .0'
314- implementation 'org.apache.logging.log4j:log4j-core:2.16 .0'
315- runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.16 .0'
313+ implementation 'org.apache.logging.log4j:log4j-api:2.17 .0'
314+ implementation 'org.apache.logging.log4j:log4j-core:2.17 .0'
315+ runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.17 .0'
316316 runtimeOnly 'com.amazonaws:aws-lambda-java-log4j2:1.4.0'
317317 testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
318318 testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
1717 implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
1818 implementation ' com.amazonaws:aws-lambda-java-events:2.2.9'
1919 implementation ' com.google.code.gson:gson:2.8.6'
20- implementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
21- implementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
22- runtimeOnly ' org.apache.logging.log4j:log4j-slf4j18-impl:2.16 .0'
20+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
21+ implementation ' org.apache.logging.log4j:log4j-core:2.17 .0'
22+ runtimeOnly ' org.apache.logging.log4j:log4j-slf4j18-impl:2.17 .0'
2323 runtimeOnly ' com.amazonaws:aws-lambda-java-log4j2:1.4.0'
2424 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
2525 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.apache.logging.log4j</groupId >
3737 <artifactId >log4j-api</artifactId >
38- <version >2.16 .0</version >
38+ <version >2.17 .0</version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.apache.logging.log4j</groupId >
4545 <dependency >
4646 <groupId >org.apache.logging.log4j</groupId >
4747 <artifactId >log4j-slf4j18-impl</artifactId >
48- <version >2.16 .0</version >
48+ <version >2.17 .0</version >
4949 </dependency >
5050 <dependency >
5151 <groupId >software.amazon.awssdk</groupId >
118118 <dependency >
119119 <groupId >com.github.edwgiz</groupId >
120120 <artifactId >maven-shade-plugin.log4j2-cachefile-transformer</artifactId >
121- <version >2.16 .0</version >
121+ <version >2.17 .0</version >
122122 </dependency >
123123 </dependencies >
124124 </plugin >
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repositories {
99dependencies {
1010 implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
1111 implementation ' com.google.code.gson:gson:2.8.6'
12- testImplementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
13- testImplementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
14- testImplementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.16 .0'
12+ testImplementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
13+ testImplementation ' org.apache.logging.log4j:log4j-core:2.17 .0'
14+ testImplementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.17 .0'
1515 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
1616 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
1717}
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >org.apache.logging.log4j</groupId >
2727 <artifactId >log4j-api</artifactId >
28- <version >2.16 .0</version >
28+ <version >2.17 .0</version >
2929 <scope >test</scope >
3030 </dependency >
3131 <dependency >
3737 <dependency >
3838 <groupId >org.apache.logging.log4j</groupId >
3939 <artifactId >log4j-slf4j18-impl</artifactId >
40- <version >2.16 .0</version >
40+ <version >2.17 .0</version >
4141 <scope >test</scope >
4242 </dependency >
4343 <dependency >
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
1717 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
1818 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
1919 implementation ' com.google.code.gson:gson:2.8.6'
20- implementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
21- implementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
22- implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.16 .0'
20+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
21+ implementation ' org.apache.logging.log4j:log4j-core:2.17 .0'
22+ implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.17 .0'
2323 runtimeOnly ' com.amazonaws:aws-lambda-java-log4j2:1.4.0'
2424 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
2525 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.apache.logging.log4j</groupId >
3737 <artifactId >log4j-api</artifactId >
38- <version >2.16 .0</version >
38+ <version >2.17 .0</version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.apache.logging.log4j</groupId >
4545 <dependency >
4646 <groupId >org.apache.logging.log4j</groupId >
4747 <artifactId >log4j-slf4j18-impl</artifactId >
48- <version >2.16 .0</version >
48+ <version >2.17 .0</version >
4949 </dependency >
5050 <dependency >
5151 <groupId >com.amazonaws</groupId >
122122 <dependency >
123123 <groupId >com.github.edwgiz</groupId >
124124 <artifactId >maven-shade-plugin.log4j2-cachefile-transformer</artifactId >
125- <version >2.16 .0</version >
125+ <version >2.17 .0</version >
126126 </dependency >
127127 </dependencies >
128128 </plugin >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
1111 implementation ' com.amazonaws:aws-lambda-java-events:3.9.0'
1212 implementation ' com.google.code.gson:gson:2.8.6'
13- implementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
14- implementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
15- implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.16 .0'
13+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
14+ implementation ' org.apache.logging.log4j:log4j-core:2.17 .0'
15+ implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.17 .0'
1616 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
1717 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
1818}
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.apache.logging.log4j</groupId >
3232 <artifactId >log4j-api</artifactId >
33- <version >2.16 .0</version >
33+ <version >2.17 .0</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.apache.logging.log4j</groupId >
4040 <dependency >
4141 <groupId >org.apache.logging.log4j</groupId >
4242 <artifactId >log4j-slf4j18-impl</artifactId >
43- <version >2.16 .0</version >
43+ <version >2.17 .0</version >
4444 </dependency >
4545 <dependency >
4646 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ dependencies {
1515 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
1616 implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
1717 implementation ' com.google.code.gson:gson:2.8.6'
18- implementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
19- implementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
20- implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.16 .0'
18+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .0'
19+ implementation ' org.apache.logging.log4j:log4j-core:2.17 .0'
20+ implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.17 .0'
2121 runtimeOnly ' com.amazonaws:aws-lambda-java-log4j2:1.4.0'
2222 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
2323 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
You can’t perform that action at this time.
0 commit comments