Skip to content

Commit fe10298

Browse files
author
Tim Middleton
committed
Bump springboot to 3.5.3
1 parent b1d0dfb commit fe10298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.5.0</version>
16+
<version>3.5.3</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919

templates/templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ templates:
3131
- src/main/java/com/oracle/coherence/demo/frameworks/helidon/CustomerResource.java
3232

3333
- name: springboot
34-
frameworkVersion: "spring-boot-starter 3.5.0, coherence-spring 4.3.1"
34+
frameworkVersion: "spring-boot-starter 3.5.3, coherence-spring 4.3.1"
3535
instructions: |
3636
To run Spring Boot starter you must have JDK21+ and maven 3.8.5+.
3737
Change to the newly created directory and run the following to build:

0 commit comments

Comments
 (0)