Skip to content

Commit 7df52d3

Browse files
Merge pull request #61 from daquino/master
Dependency version updated for hibernate-validator to resolve conflict with javax.validation:validation-api:1.1.0.Final
2 parents 4778515 + 4282372 commit 7df52d3

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
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.socialsignin</groupId>
77
<artifactId>spring-data-dynamodb</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.4-SNAPSHOT</version>
99
<name>Spring Data DynamoDb</name>
1010
<description>Spring Data module providing support for DynamoDb repositories.</description>
1111
<url>http://github.com/michaellavelle/spring-data-dynamodb</url>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.hibernate</groupId>
9292
<artifactId>hibernate-validator</artifactId>
93-
<version>4.2.0.Final</version>
93+
<version>5.1.3.Final</version>
9494
</dependency>
9595

9696
<!-- APACHE -->
@@ -222,7 +222,7 @@
222222
</execution>
223223
</executions>
224224
</plugin>
225-
<!--
225+
<!--
226226
<plugin>
227227
<groupId>com.jcabi</groupId>
228228
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>

0 commit comments

Comments
 (0)