We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf18b3 commit f0e1f33Copy full SHA for f0e1f33
pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.4.14</version>
+ <version>2.4.15-SNAPSHOT</version>
18
</parent>
19
20
<properties>
@@ -26,7 +26,7 @@
26
<mockito>3.11.1</mockito>
27
<vavr>0.10.3</vavr>
28
<hibernate.groupId>org.hibernate</hibernate.groupId>
29
- <springdata.commons>2.4.14</springdata.commons>
+ <springdata.commons>2.4.15-SNAPSHOT</springdata.commons>
30
31
<java-module-name>spring.data.jpa</java-module-name>
32
@@ -462,8 +462,8 @@
462
463
<repositories>
464
<repository>
465
- <id>spring-libs-release</id>
466
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
467
</repository>
468
</repositories>
469
0 commit comments