We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
spring-boot-starter-parent
1 parent 416c168 commit ddc7cc2Copy full SHA for ddc7cc2
spring-batch-notion/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.3.5</version>
+ <version>3.4.0</version>
9
<relativePath/>
10
</parent>
11
@@ -171,7 +171,7 @@ limitations under the License.
171
<failOnWarnings>true</failOnWarnings>
172
<links>
173
<link>https://docs.spring.io/spring-batch/docs/${spring-batch.version}/api/</link>
174
- <link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/api/</link>
+ <link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api/</link>
175
</links>
176
</configuration>
177
<executions>
0 commit comments