Skip to content

Commit e8cd598

Browse files
Bump spring.version from 6.2.9 to 6.2.10
Bumps `spring.version` from 6.2.9 to 6.2.10. Updates `org.springframework:spring-context` from 6.2.9 to 6.2.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.9...v6.2.10) Updates `org.springframework:spring-test` from 6.2.9 to 6.2.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.9...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18b6258 commit e8cd598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

junit4-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<slf4j.version>2.0.17</slf4j.version>
1111
<logback.version>1.5.18</logback.version>
12-
<spring.version>6.2.9</spring.version>
12+
<spring.version>6.2.10</spring.version>
1313

1414
<junit.version>4.13.2</junit.version>
1515

junit5-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<slf4j.version>2.0.17</slf4j.version>
1111
<logback.version>1.5.18</logback.version>
12-
<spring.version>6.2.9</spring.version>
12+
<spring.version>6.2.10</spring.version>
1313

1414
<junit-jupiter.version>5.13.4</junit-jupiter.version>
1515

0 commit comments

Comments
 (0)