Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d79802a

Browse files
author
Alex Simkin
committed
Match hibernate validator dep version with Spring Boot 2 validator.
1 parent 4a0cc22 commit d79802a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<spring.version>5.0.4.RELEASE</spring.version>
4141
<spring-data.version>2.0.1.RELEASE</spring-data.version>
4242

43-
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
43+
<hibernate-validator.version>6.0.9.Final</hibernate-validator.version>
4444
<aws-java-sdk.version>1.11.301</aws-java-sdk.version>
4545
<junit.version>4.12</junit.version>
4646
<mockito.version>2.13.0</mockito.version>
@@ -72,7 +72,7 @@
7272
</dependency>
7373

7474
<dependency>
75-
<groupId>org.hibernate</groupId>
75+
<groupId>org.hibernate.validator</groupId>
7676
<artifactId>hibernate-validator</artifactId>
7777
<version>${hibernate-validator.version}</version>
7878
</dependency>
@@ -149,7 +149,7 @@
149149
</dependency>
150150

151151
<dependency>
152-
<groupId>org.hibernate</groupId>
152+
<groupId>org.hibernate.validator</groupId>
153153
<artifactId>hibernate-validator</artifactId>
154154
</dependency>
155155

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /