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.2.6 </version >
26
+ <version >3.2.7-SNAPSHOT </version >
27
27
</parent >
28
28
29
29
<properties >
42
42
<jsqlparser >4.5</jsqlparser >
43
43
<mysql-connector-java >8.0.33</mysql-connector-java >
44
44
<postgresql >42.6.0</postgresql >
45
- <springdata .commons>3.2.6 </springdata .commons>
45
+ <springdata .commons>3.2.7-SNAPSHOT </springdata .commons>
46
46
<vavr >0.10.3</vavr >
47
47
48
48
<hibernate .groupId>org.hibernate</hibernate .groupId>
283
283
</build >
284
284
285
285
<repositories >
286
-
287
-
286
+ <repository >
287
+ <id >spring-snapshot</id >
288
+ <url >https://repo.spring.io/snapshot</url >
289
+ <snapshots >
290
+ <enabled >true</enabled >
291
+ </snapshots >
292
+ <releases >
293
+ <enabled >false</enabled >
294
+ </releases >
295
+ </repository >
296
+ <repository >
297
+ <id >spring-milestone</id >
298
+ <url >https://repo.spring.io/milestone</url >
299
+ </repository >
288
300
</repositories >
289
301
290
302
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments