Skip to content

Commit be4f1f0

Browse files
Update spring core to v6.2.7 (#239)
* Update spring core to v6.2.7 * Adjust sample expectations --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <[email protected]>
1 parent 26245af commit be4f1f0

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ dependencies {
253253
implementation("org.slf4j:slf4j-log4j12:2.0.17")
254254
implementation("org.slf4j:slf4j-nop:2.0.17")
255255
implementation("org.slf4j:slf4j-simple:2.0.17")
256-
implementation("org.springframework:spring-aop:6.2.6")
257-
implementation("org.springframework:spring-jcl:6.2.6")
256+
implementation("org.springframework:spring-aop:6.2.7")
257+
implementation("org.springframework:spring-jcl:6.2.7")
258258
implementation("postgresql:postgresql:9.1-901-1.jdbc4")
259259
implementation("servletapi:servletapi:2.4-20040521")
260260
implementation("stax:stax-api:1.0.1")

samples/sample-all-deactivated/build.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ compileClasspath - Compile classpath for source set 'main'.
261261
+--- org.slf4j:slf4j-log4j12:2.0.17 FAILED
262262
+--- org.slf4j:slf4j-nop:2.0.17 FAILED
263263
+--- org.slf4j:slf4j-simple:2.0.17 FAILED
264-
+--- org.springframework:spring-aop:6.2.6 FAILED
265-
+--- org.springframework:spring-jcl:6.2.6 FAILED
264+
+--- org.springframework:spring-aop:6.2.7 FAILED
265+
+--- org.springframework:spring-jcl:6.2.7 FAILED
266266
+--- postgresql:postgresql:9.1-901-1.jdbc4 FAILED
267267
+--- servletapi:servletapi:2.4-20040521 FAILED
268268
+--- stax:stax-api:1.0.1 FAILED

samples/sample-all/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ dependencies {
256256
implementation("org.slf4j:slf4j-log4j12:2.0.17")
257257
implementation("org.slf4j:slf4j-nop:2.0.17")
258258
implementation("org.slf4j:slf4j-simple:2.0.17")
259-
implementation("org.springframework:spring-aop:6.2.6")
260-
implementation("org.springframework:spring-jcl:6.2.6")
259+
implementation("org.springframework:spring-aop:6.2.7")
260+
implementation("org.springframework:spring-jcl:6.2.7")
261261
implementation("postgresql:postgresql:9.1-901-1.jdbc4")
262262
implementation("servletapi:servletapi:2.4-20040521")
263263
implementation("stax:stax-api:1.0.1")

samples/sample-all/build.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Root project 'sample-all_build.sample'
33
------------------------------------------------------------
44

55
compileClasspath - Compile classpath for source set 'main'.
6-
+--- aopalliance:aopalliance:1.0 -> org.springframework:spring-aop:6.2.6
7-
| +--- org.springframework:spring-beans:6.2.6
8-
| | \--- org.springframework:spring-core:6.2.6
9-
| | \--- org.springframework:spring-jcl:6.2.6 -> org.slf4j:jcl-over-slf4j:2.0.17
6+
+--- aopalliance:aopalliance:1.0 -> org.springframework:spring-aop:6.2.7
7+
| +--- org.springframework:spring-beans:6.2.7
8+
| | \--- org.springframework:spring-core:6.2.7
9+
| | \--- org.springframework:spring-jcl:6.2.7 -> org.slf4j:jcl-over-slf4j:2.0.17
1010
| | +--- org.slf4j:slf4j-api:2.0.17
1111
| | | \--- org.slf4j:slf4j-bom:2.0.17
1212
| | | +--- org.slf4j:slf4j-api:2.0.17 (c)
@@ -18,7 +18,7 @@ compileClasspath - Compile classpath for source set 'main'.
1818
| | | +--- org.slf4j:log4j-over-slf4j:2.0.17 (c)
1919
| | | \--- org.slf4j:jul-to-slf4j:2.0.17 (c)
2020
| | \--- org.slf4j:slf4j-bom:2.0.17 (*)
21-
| \--- org.springframework:spring-core:6.2.6 (*)
21+
| \--- org.springframework:spring-core:6.2.7 (*)
2222
+--- asm:asm:3.3.1 -> org.ow2.asm:asm:9.8
2323
| \--- org.ow2.asm:asm-bom:9.8
2424
| \--- org.ow2.asm:asm:9.8 (c)
@@ -355,8 +355,8 @@ compileClasspath - Compile classpath for source set 'main'.
355355
+--- org.slf4j:slf4j-log4j12:2.0.17 -> org.slf4j:slf4j-simple:2.0.17 (*)
356356
+--- org.slf4j:slf4j-nop:2.0.17 -> org.slf4j:slf4j-simple:2.0.17 (*)
357357
+--- org.slf4j:slf4j-simple:2.0.17 (*)
358-
+--- org.springframework:spring-aop:6.2.6 (*)
359-
+--- org.springframework:spring-jcl:6.2.6 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
358+
+--- org.springframework:spring-aop:6.2.7 (*)
359+
+--- org.springframework:spring-jcl:6.2.7 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
360360
+--- postgresql:postgresql:9.1-901-1.jdbc4 -> org.postgresql:postgresql:42.7.5
361361
+--- servletapi:servletapi:2.4-20040521 -> javax.servlet:javax.servlet-api:4.0.1
362362
+--- stax:stax-api:1.0.1

0 commit comments

Comments
 (0)