Skip to content

Commit

Permalink
Update dependency org.hibernate.validator:hibernate-validator to v6.2…
Browse files Browse the repository at this point in the history
….5.Final
  • Loading branch information
renovate[bot] authored Sep 27, 2022
1 parent 8c989fb commit 088b1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/ajc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.20.Final</version>
<version>6.2.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/ajc_defaultCopy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.20.Final</version>
<version>6.2.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/ajc_disableCopy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.20.Final</version>
<version>6.2.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 088b1ec

Please sign in to comment.