Skip to content

Commit

Permalink
Merge pull request #600 from awslabs/dependabot/maven/org.hibernate.v…
Browse files Browse the repository at this point in the history
…alidator-hibernate-validator-8.0.1.Final

chore(deps): bump hibernate-validator from 8.0.0.Final to 8.0.1.Final
  • Loading branch information
deki authored Jun 26, 2023
2 parents 43c66bf + a5dcb55 commit c67003c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.0.Final</version>
<version>8.0.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-springboot3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.0.Final</version>
<version>8.0.1.Final</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c67003c

Please sign in to comment.