Skip to content

Commit a0f68ed

Browse files
committed
Upgrade to smoke-tests to Spring Framework 6.0.12.
Resolve #1378.
1 parent bcda188 commit a0f68ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.1.2</version>
9+
<version>3.1.3</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>17</java.version>
22-
<spring-framework.version>6.0.9</spring-framework.version>
22+
<spring-framework.version>6.0.12</spring-framework.version>
2323
<stagingRepositoryId>orgspringframework-springws</stagingRepositoryId>
2424
</properties>
2525

0 commit comments

Comments
 (0)