Skip to content

Commit aceefff

Browse files
committed
Upgrade smoke-tests to Spring Boot 3.0.6.
Resolves #1352.
1 parent aade179 commit aceefff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smoke-tests/pom.xml

Lines changed: 2 additions & 1 deletion
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.0.5</version>
9+
<version>3.0.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

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

2020
<properties>
2121
<java.version>17</java.version>
22+
<spring-framework.version>6.0.9</spring-framework.version>
2223
<stagingRepositoryId>orgspringframework-springws</stagingRepositoryId>
2324
</properties>
2425

0 commit comments

Comments
 (0)