Skip to content

Commit

Permalink
chore(deps): update dependency org.hibernate.validator:hibernate-vali…
Browse files Browse the repository at this point in the history
…dator to v8
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 1a1f699 commit d762670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.2.5.Final</version>
<version>8.0.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/weaving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.2.5.Final</version>
<version>8.0.1.Final</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
Expand Down

0 comments on commit d762670

Please sign in to comment.