File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.springframework.data.build</groupId >
2525 <artifactId >spring-data-parent</artifactId >
26- <version >3.1.11 </version >
26+ <version >3.1.12-SNAPSHOT </version >
2727 </parent >
2828
2929 <properties >
4040 <jsqlparser >4.5</jsqlparser >
4141 <mysql-connector-java >8.0.31</mysql-connector-java >
4242 <postgresql >42.5.0</postgresql >
43- <springdata .commons>3.1.11 </springdata .commons>
43+ <springdata .commons>3.1.12-SNAPSHOT </springdata .commons>
4444 <vavr >0.10.3</vavr >
4545
4646 <hibernate .groupId>org.hibernate</hibernate .groupId>
279279 </build >
280280
281281 <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 >
284296 </repositories >
285297
286298 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments