Skip to content

Commit

Permalink
#1092 ver fix for validator
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2022
1 parent 5277c19 commit d02bbe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -196,6 +196,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.20.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit d02bbe6

Please sign in to comment.