We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b0fed commit dfb05eeCopy full SHA for dfb05ee
buildSrc/src/test/java/org/springframework/boot/build/architecture/ArchitectureCheckTests.java
@@ -70,9 +70,9 @@ class ArchitectureCheckTests {
70
71
private static final String JUNIT_JUPITER = "org.junit.jupiter:junit-jupiter:5.12.0";
72
73
- private static final String SPRING_CONTEXT = "org.springframework:spring-context:6.2.9";
+ private static final String SPRING_CONTEXT = "org.springframework:spring-context:6.2.15";
74
75
- private static final String SPRING_CORE = "org.springframework:spring-core:6.2.9";
+ private static final String SPRING_CORE = "org.springframework:spring-core:6.2.15";
76
77
private static final String SPRING_INTEGRATION_JMX = "org.springframework.integration:spring-integration-jmx:6.5.1";
78
0 commit comments