File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-struts2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies {
10
10
' org.springframework:spring-webmvc:5.3.9' ,
11
11
' org.springframework:spring-context:5.3.9' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13
- ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
14
- ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
15
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
13
+ ' org.apache.logging.log4j:log4j-core:2.16.0 ' ,
14
+ ' org.apache.logging.log4j:log4j-api:2.16.0 ' ,
15
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' ,
16
16
' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
17
- ' com.amazonaws:aws-lambda-java-log4j2:1.1 .0' ,
17
+ ' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' ,
18
18
)
19
19
20
20
testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 18
18
<maven .compiler.target>1.8</maven .compiler.target>
19
19
<spring .version>5.3.9</spring .version>
20
20
<junit .version>4.13.2</junit .version>
21
- <log4j .version>2.14.1 </log4j .version>
21
+ <log4j .version>2.16.0 </log4j .version>
22
22
</properties >
23
23
24
24
<dependencies >
74
74
<dependency >
75
75
<groupId >com.amazonaws</groupId >
76
76
<artifactId >aws-lambda-java-log4j2</artifactId >
77
- <version >1.2 .0</version >
77
+ <version >1.3 .0</version >
78
78
</dependency >
79
79
80
80
<dependency >
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ dependencies {
35
35
}
36
36
implementation (' org.hibernate:hibernate-validator:5.4.3.Final' )
37
37
implementation (' com.fasterxml.jackson.core:jackson-databind:2.12.4' )
38
- implementation (' org.apache.logging.log4j:log4j-core:2.14.1 ' )
39
- implementation (' org.apache.logging.log4j:log4j-api:2.14.1 ' )
40
- implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' )
41
- implementation (' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' )
38
+ implementation (' org.apache.logging.log4j:log4j-core:2.16.0 ' )
39
+ implementation (' org.apache.logging.log4j:log4j-api:2.16.0 ' )
40
+ implementation (' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' )
41
+ implementation (' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' )
42
42
43
43
testImplementation(' junit:junit:4.13.2' )
44
44
testImplementation(' org.apache.struts:struts2-junit-plugin:2.5.26' ) {
Original file line number Diff line number Diff line change 18
18
<struts2 .version>2.5.26</struts2 .version>
19
19
<jackson .version>2.12.4</jackson .version>
20
20
<junit .version>4.13.2</junit .version>
21
- <log4j .version>2.14.1 </log4j .version>
21
+ <log4j .version>2.16.0 </log4j .version>
22
22
</properties >
23
23
24
24
<dependencies >
110
110
<dependency >
111
111
<groupId >com.amazonaws</groupId >
112
112
<artifactId >aws-lambda-java-log4j2</artifactId >
113
- <version >1.2 .0</version >
113
+ <version >1.3 .0</version >
114
114
</dependency >
115
115
116
116
<dependency >
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies {
10
10
' org.springframework:spring-webmvc:5.3.9' ,
11
11
' org.springframework:spring-context:5.3.9' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
13
- ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
14
- ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
15
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
13
+ ' org.apache.logging.log4j:log4j-core:2.16.0 ' ,
14
+ ' org.apache.logging.log4j:log4j-api:2.16.0 ' ,
15
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' ,
16
16
' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
17
- ' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' ,
17
+ ' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' ,
18
18
)
19
19
}
20
20
Original file line number Diff line number Diff line change 28
28
<maven .compiler.target>1.8</maven .compiler.target>
29
29
<spring .version>5.3.9</spring .version>
30
30
<junit .version>4.13.2</junit .version>
31
- <log4j .version>2.15 .0</log4j .version>
31
+ <log4j .version>2.16 .0</log4j .version>
32
32
</properties >
33
33
34
34
<dependencies >
90
90
<dependency >
91
91
<groupId >com.amazonaws</groupId >
92
92
<artifactId >aws-lambda-java-log4j2</artifactId >
93
- <version >1.2 .0</version >
93
+ <version >1.3 .0</version >
94
94
</dependency >
95
95
96
96
<dependency >
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ dependencies {
21
21
' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3.0' ,
22
22
' org.hibernate:hibernate-validator:5.4.3.Final' ,
23
23
' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
24
- ' org.apache.logging.log4j:log4j-core:2.14.1 ' ,
25
- ' org.apache.logging.log4j:log4j-api:2.14.1 ' ,
26
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 ' ,
27
- ' com.amazonaws:aws-lambda-java-log4j2:1.2 .0' ,
24
+ ' org.apache.logging.log4j:log4j-core:2.16.0 ' ,
25
+ ' org.apache.logging.log4j:log4j-api:2.16.0 ' ,
26
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 ' ,
27
+ ' com.amazonaws:aws-lambda-java-log4j2:1.3 .0' ,
28
28
)
29
29
}
30
30
Original file line number Diff line number Diff line change 29
29
<struts2 .version>2.5.26</struts2 .version>
30
30
<jackson .version>2.12.4</jackson .version>
31
31
<junit .version>4.13.2</junit .version>
32
- <log4j .version>2.15 .0</log4j .version>
32
+ <log4j .version>2.16 .0</log4j .version>
33
33
</properties >
34
34
35
35
<dependencies >
121
121
<dependency >
122
122
<groupId >com.amazonaws</groupId >
123
123
<artifactId >aws-lambda-java-log4j2</artifactId >
124
- <version >1.2 .0</version >
124
+ <version >1.3 .0</version >
125
125
</dependency >
126
126
127
127
<dependency >
You can’t perform that action at this time.
0 commit comments