File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.springframework.data.build</groupId >
25
25
<artifactId >spring-data-parent</artifactId >
26
- <version >3.1.12 </version >
26
+ <version >3.1.13-SNAPSHOT </version >
27
27
</parent >
28
28
29
29
<properties >
40
40
<jsqlparser >4.5</jsqlparser >
41
41
<mysql-connector-java >8.0.31</mysql-connector-java >
42
42
<postgresql >42.5.0</postgresql >
43
- <springdata .commons>3.1.12 </springdata .commons>
43
+ <springdata .commons>3.1.13-SNAPSHOT </springdata .commons>
44
44
<vavr >0.10.3</vavr >
45
45
46
46
<hibernate .groupId>org.hibernate</hibernate .groupId>
279
279
</build >
280
280
281
281
<repositories >
282
-
283
-
282
+ <repository >
283
+ <id >spring-snapshot</id >
284
+ <url >https://repo.spring.io/snapshot</url >
285
+ <snapshots >
286
+ <enabled >true</enabled >
287
+ </snapshots >
288
+ <releases >
289
+ <enabled >false</enabled >
290
+ </releases >
291
+ </repository >
292
+ <repository >
293
+ <id >spring-milestone</id >
294
+ <url >https://repo.spring.io/milestone</url >
295
+ </repository >
284
296
</repositories >
285
297
286
298
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments