File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
aws-serverless-java-container-springboot2
aws-serverless-java-container-spring
aws-serverless-struts2-archetype/src/main/resources/archetype-resources
samples/struts2/pet-store Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
<dependency >
73
73
<groupId >org.hibernate</groupId >
74
74
<artifactId >hibernate-validator</artifactId >
75
- <version >5.4.2 .Final</version >
75
+ <version >5.4.3 .Final</version >
76
76
<scope >test</scope >
77
77
</dependency >
78
78
Original file line number Diff line number Diff line change 156
156
<dependency >
157
157
<groupId >org.hibernate</groupId >
158
158
<artifactId >hibernate-validator</artifactId >
159
- <version >6.1.2 .Final</version >
159
+ <version >6.1.7 .Final</version >
160
160
<scope >test</scope >
161
161
</dependency >
162
162
<dependency >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation (' org.apache.struts:struts2-core:2.5.26' ) {
34
34
exclude group : ' org.apache.logging.log4j' , module : ' log4j-api'
35
35
}
36
- implementation (' org.hibernate:hibernate-validator:5.3.6 .Final' )
36
+ implementation (' org.hibernate:hibernate-validator:5.4.3 .Final' )
37
37
implementation (' com.fasterxml.jackson.core:jackson-databind:2.12.0' )
38
38
implementation (' org.apache.logging.log4j:log4j-core:2.14.1' )
39
39
implementation (' org.apache.logging.log4j:log4j-api:2.14.1' )
Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >org.hibernate</groupId >
72
72
<artifactId >hibernate-validator</artifactId >
73
- <version >5.3.6 .Final</version >
73
+ <version >5.4.3 .Final</version >
74
74
</dependency >
75
75
76
76
<dependency >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
' org.apache.struts:struts2-bean-validation-plugin:2.5.26' ,
14
14
' org.apache.struts:struts2-junit-plugin:2.5.26' ,
15
15
' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.2.0' ,
16
- ' org.hibernate:hibernate-validator:5.3.6 .Final' ,
16
+ ' org.hibernate:hibernate-validator:5.4.3 .Final' ,
17
17
' com.fasterxml.jackson.core:jackson-databind:2.12.0' ,
18
18
' org.apache.logging.log4j:log4j-core:2.14.1' ,
19
19
' org.apache.logging.log4j:log4j-api:2.14.1' ,
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >org.hibernate</groupId >
83
83
<artifactId >hibernate-validator</artifactId >
84
- <version >5.3.6 .Final</version >
84
+ <version >5.4.3 .Final</version >
85
85
</dependency >
86
86
87
87
<dependency >
You can’t perform that action at this time.
0 commit comments