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.3.12 </version >
26+ <version >3.3.13-SNAPSHOT </version >
2727 </parent >
2828
2929 <properties >
4242 <jsqlparser >4.9</jsqlparser >
4343 <mysql-connector-java >9.1.0</mysql-connector-java >
4444 <postgresql >42.7.4</postgresql >
45- <springdata .commons>3.3.12 </springdata .commons>
45+ <springdata .commons>3.3.13-SNAPSHOT </springdata .commons>
4646 <vavr >0.10.3</vavr >
4747
4848 <hibernate .groupId>org.hibernate</hibernate .groupId>
170170 </build >
171171
172172 <repositories >
173-
174-
173+ <repository >
174+ <id >spring-snapshot</id >
175+ <url >https://repo.spring.io/snapshot</url >
176+ <snapshots >
177+ <enabled >true</enabled >
178+ </snapshots >
179+ <releases >
180+ <enabled >false</enabled >
181+ </releases >
182+ </repository >
183+ <repository >
184+ <id >spring-milestone</id >
185+ <url >https://repo.spring.io/milestone</url >
186+ </repository >
175187 </repositories >
176188
177189 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments