Skip to content

Commit

Permalink
Merge pull request #1214 from aws/dependabot/maven/org.hibernate.vali…
Browse files Browse the repository at this point in the history
…dator-hibernate-validator-8.0.2.Final

chore(deps): bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final
  • Loading branch information
deki authored Dec 23, 2024
2 parents ecfd942 + 74d6c5b commit 8787b2b
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.1.Final</version>
<version>8.0.2.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 @@ -160,7 +160,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>8.0.1.Final</version>
<version>8.0.2.Final</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 8787b2b

Please sign in to comment.