struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
82 stars 50 forks source link

update hibernate-validator to version 7.0.4.Final #265

Closed sdutry closed 2 years ago

sdutry commented 2 years ago
<dependency>
  <groupId>org.hibernate.validator</groupId>
  <artifactId>hibernate-validator</artifactId>
  <version>7.0.4.Final</version>
</dependency>
sdutry commented 2 years ago

used below version to stay compatible with jetty for the java version

<dependency>
  <groupId>org.hibernate.validator</groupId>
  <artifactId>hibernate-validator</artifactId>
  <version>6.2.3.Final</version>
</dependency>