Skip to content

Commit a6aaa2a

Browse files
committed
DATAJPA-860 - Tweaked dependency versions for Gosling SR4.
1 parent a3f6537 commit a6aaa2a

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

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-jpa</artifactId>
8-
<version>1.9.3.BUILD-SNAPSHOT</version>
8+
<version>1.9.4.BUILD-SNAPSHOT</version>
99

1010
<name>Spring Data JPA</name>
1111
<description>Spring Data module for JPA repositories.</description>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>1.7.3.BUILD-SNAPSHOT</version>
17+
<version>1.7.4.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -27,7 +27,7 @@
2727
<jpa>2.0.0</jpa>
2828
<openjpa>2.3.0</openjpa>
2929
<querydsl>3.6.3</querydsl>
30-
<springdata.commons>1.11.3.BUILD-SNAPSHOT</springdata.commons>
30+
<springdata.commons>1.11.4.BUILD-SNAPSHOT</springdata.commons>
3131

3232
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3333

0 commit comments

Comments
 (0)