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 aade179 commit aceefffCopy full SHA for aceefff
smoke-tests/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>3.0.5</version>
+ <version>3.0.6</version>
10
<relativePath/> <!-- lookup parent from repository -->
11
</parent>
12
@@ -19,6 +19,7 @@
19
20
<properties>
21
<java.version>17</java.version>
22
+ <spring-framework.version>6.0.9</spring-framework.version>
23
<stagingRepositoryId>orgspringframework-springws</stagingRepositoryId>
24
</properties>
25
0 commit comments