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 {
310
310
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
311
311
implementation 'com.amazonaws:aws-lambda-java-events:3.1.0'
312
312
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'
316
316
runtimeOnly 'com.amazonaws:aws-lambda-java-log4j2:1.4.0'
317
317
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
318
318
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 {
17
17
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
18
18
implementation ' com.amazonaws:aws-lambda-java-events:2.2.9'
19
19
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'
23
23
runtimeOnly ' com.amazonaws:aws-lambda-java-log4j2:1.4.0'
24
24
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
25
25
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
37
37
<artifactId >log4j-api</artifactId >
38
- <version >2.16 .0</version >
38
+ <version >2.17 .0</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.apache.logging.log4j</groupId >
45
45
<dependency >
46
46
<groupId >org.apache.logging.log4j</groupId >
47
47
<artifactId >log4j-slf4j18-impl</artifactId >
48
- <version >2.16 .0</version >
48
+ <version >2.17 .0</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >software.amazon.awssdk</groupId >
118
118
<dependency >
119
119
<groupId >com.github.edwgiz</groupId >
120
120
<artifactId >maven-shade-plugin.log4j2-cachefile-transformer</artifactId >
121
- <version >2.16 .0</version >
121
+ <version >2.17 .0</version >
122
122
</dependency >
123
123
</dependencies >
124
124
</plugin >
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repositories {
9
9
dependencies {
10
10
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
11
11
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'
15
15
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
16
16
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
17
17
}
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >org.apache.logging.log4j</groupId >
27
27
<artifactId >log4j-api</artifactId >
28
- <version >2.16 .0</version >
28
+ <version >2.17 .0</version >
29
29
<scope >test</scope >
30
30
</dependency >
31
31
<dependency >
37
37
<dependency >
38
38
<groupId >org.apache.logging.log4j</groupId >
39
39
<artifactId >log4j-slf4j18-impl</artifactId >
40
- <version >2.16 .0</version >
40
+ <version >2.17 .0</version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
<dependency >
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
17
17
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
18
18
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
19
19
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'
23
23
runtimeOnly ' com.amazonaws:aws-lambda-java-log4j2:1.4.0'
24
24
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
25
25
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
37
37
<artifactId >log4j-api</artifactId >
38
- <version >2.16 .0</version >
38
+ <version >2.17 .0</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.apache.logging.log4j</groupId >
45
45
<dependency >
46
46
<groupId >org.apache.logging.log4j</groupId >
47
47
<artifactId >log4j-slf4j18-impl</artifactId >
48
- <version >2.16 .0</version >
48
+ <version >2.17 .0</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.amazonaws</groupId >
122
122
<dependency >
123
123
<groupId >com.github.edwgiz</groupId >
124
124
<artifactId >maven-shade-plugin.log4j2-cachefile-transformer</artifactId >
125
- <version >2.16 .0</version >
125
+ <version >2.17 .0</version >
126
126
</dependency >
127
127
</dependencies >
128
128
</plugin >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
10
10
implementation ' com.amazonaws:aws-lambda-java-core:1.2.1'
11
11
implementation ' com.amazonaws:aws-lambda-java-events:3.9.0'
12
12
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'
16
16
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
17
17
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
18
18
}
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >org.apache.logging.log4j</groupId >
32
32
<artifactId >log4j-api</artifactId >
33
- <version >2.16 .0</version >
33
+ <version >2.17 .0</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
40
40
<dependency >
41
41
<groupId >org.apache.logging.log4j</groupId >
42
42
<artifactId >log4j-slf4j18-impl</artifactId >
43
- <version >2.16 .0</version >
43
+ <version >2.17 .0</version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ dependencies {
15
15
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
16
16
implementation ' com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
17
17
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'
21
21
runtimeOnly ' com.amazonaws:aws-lambda-java-log4j2:1.4.0'
22
22
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
23
23
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
37
37
<artifactId >log4j-api</artifactId >
38
- <version >2.16 .0</version >
38
+ <version >2.17 .0</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.apache.logging.log4j</groupId >
45
45
<dependency >
46
46
<groupId >org.apache.logging.log4j</groupId >
47
47
<artifactId >log4j-slf4j18-impl</artifactId >
48
- <version >2.16 .0</version >
48
+ <version >2.17 .0</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.amazonaws</groupId >
117
117
<dependency >
118
118
<groupId >com.github.edwgiz</groupId >
119
119
<artifactId >maven-shade-plugin.log4j2-cachefile-transformer</artifactId >
120
- <version >2.16 .0</version >
120
+ <version >2.17 .0</version >
121
121
</dependency >
122
122
</dependencies >
123
123
</plugin >
You can’t perform that action at this time.
0 commit comments