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 7272 <dependency >
7373 <groupId >org.hibernate</groupId >
7474 <artifactId >hibernate-validator</artifactId >
75- <version >5.4.2 .Final</version >
75+ <version >5.4.3 .Final</version >
7676 <scope >test</scope >
7777 </dependency >
7878
Original file line number Diff line number Diff line change 156156 <dependency >
157157 <groupId >org.hibernate</groupId >
158158 <artifactId >hibernate-validator</artifactId >
159- <version >6.1.2 .Final</version >
159+ <version >6.1.7 .Final</version >
160160 <scope >test</scope >
161161 </dependency >
162162 <dependency >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation (' org.apache.struts:struts2-core:2.5.26' ) {
3434 exclude group : ' org.apache.logging.log4j' , module : ' log4j-api'
3535 }
36- implementation (' org.hibernate:hibernate-validator:5.3.6 .Final' )
36+ implementation (' org.hibernate:hibernate-validator:5.4.3 .Final' )
3737 implementation (' com.fasterxml.jackson.core:jackson-databind:2.12.0' )
3838 implementation (' org.apache.logging.log4j:log4j-core:2.14.1' )
3939 implementation (' org.apache.logging.log4j:log4j-api:2.14.1' )
Original file line number Diff line number Diff line change 7070 <dependency >
7171 <groupId >org.hibernate</groupId >
7272 <artifactId >hibernate-validator</artifactId >
73- <version >5.3.6 .Final</version >
73+ <version >5.4.3 .Final</version >
7474 </dependency >
7575
7676 <dependency >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 ' org.apache.struts:struts2-bean-validation-plugin:2.5.26' ,
1414 ' org.apache.struts:struts2-junit-plugin:2.5.26' ,
1515 ' 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' ,
1717 ' com.fasterxml.jackson.core:jackson-databind:2.12.0' ,
1818 ' org.apache.logging.log4j:log4j-core:2.14.1' ,
1919 ' org.apache.logging.log4j:log4j-api:2.14.1' ,
Original file line number Diff line number Diff line change 8181 <dependency >
8282 <groupId >org.hibernate</groupId >
8383 <artifactId >hibernate-validator</artifactId >
84- <version >5.3.6 .Final</version >
84+ <version >5.4.3 .Final</version >
8585 </dependency >
8686
8787 <dependency >
You can’t perform that action at this time.
0 commit comments