Skip to content

Commit 35c703a

Browse files
committed
test(deps): 6.2.7-SNAPSHOT release
1 parent 80a1bd4 commit 35c703a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

main-class/pom.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
<dependency>
1717
<groupId>org.springframework</groupId>
1818
<artifactId>spring-core</artifactId>
19-
<!-- TODO: This works -->
20-
<!-- <version>6.2.4</version>-->
21-
<!-- TODO: This provokes the error -->
22-
<version>6.2.5</version>
19+
<version>6.2.7-SNAPSHOT</version>
2320
</dependency>
2421

2522
<dependency>
@@ -33,4 +30,13 @@
3330
<version>5.12.2</version>
3431
</dependency>
3532
</dependencies>
33+
34+
<repositories>
35+
<repository>
36+
<id>repository.spring.snapshot</id>
37+
<name>Spring Snapshot Repository</name>
38+
<url>http://repo.spring.io/snapshot</url>
39+
<snapshots/>
40+
</repository>
41+
</repositories>
3642
</project>

0 commit comments

Comments
 (0)