Skip to content

Commit 1a1f699

Browse files
chore(deps): update dependency org.hibernate.validator:hibernate-validator to v6.2.5.final
1 parent cbc9635 commit 1a1f699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
8787
<dependency>
8888
<groupId>org.hibernate.validator</groupId>
8989
<artifactId>hibernate-validator</artifactId>
90-
<version>6.0.20.Final</version>
90+
<version>6.2.5.Final</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

src/it/weaving/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
8282
<dependency>
8383
<groupId>org.hibernate.validator</groupId>
8484
<artifactId>hibernate-validator</artifactId>
85-
<version>6.0.20.Final</version>
85+
<version>6.2.5.Final</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.aspectj</groupId>

0 commit comments

Comments
 (0)