Skip to content

Commit ddc7cc2

Browse files
authored
Bump spring-boot-starter-parent from 3.3.5 to 3.4.0 (#160)
1 parent 416c168 commit ddc7cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-notion/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.4.0</version>
99
<relativePath/>
1010
</parent>
1111

@@ -171,7 +171,7 @@ limitations under the License.
171171
<failOnWarnings>true</failOnWarnings>
172172
<links>
173173
<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>
174+
<link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api/</link>
175175
</links>
176176
</configuration>
177177
<executions>

0 commit comments

Comments
 (0)