File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >io.helidon.applications</groupId >
1515 <artifactId >helidon-mp</artifactId >
16- <version >4.2.4 </version >
16+ <version >4.2.5 </version >
1717 <relativePath />
1818 </parent >
1919
2424
2525 <properties >
2626 <coherence .group.id>com.oracle.coherence.ce</coherence .group.id>
27- <coherence .version>25.03.1 </coherence .version>
28- <jackson .version>2.18 .2</jackson .version>
27+ <coherence .version>25.03.2 </coherence .version>
28+ <jackson .version>2.19 .2</jackson .version>
2929 <java .version>21</java .version>
3030 </properties >
3131
Original file line number Diff line number Diff line change 2121 <groupId >com.oracle.coherence.demo.frameworks</groupId >
2222 <artifactId >micronaut</artifactId >
2323 <version >1.0-SNAPSHOT</version >
24- <name >Demo project for Helidon and Coherence</name >
24+ <name >Demo project for Micronaut and Coherence</name >
2525
2626 <properties >
2727 <coherence .group.id>com.oracle.coherence.ce</coherence .group.id>
28- <coherence .version>25.03.1 </coherence .version>
29- <jackson .version>2.18 .2</jackson .version>
28+ <coherence .version>25.03.2 </coherence .version>
29+ <jackson .version>2.19 .2</jackson .version>
3030 <java .version>21</java .version>
3131
3232 <!-- Micronaut properties -->
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >3.5.3 </version >
16+ <version >3.5.4 </version >
1717 <relativePath /> <!-- lookup parent from repository -->
1818 </parent >
1919
2525
2626 <properties >
2727 <java .version>21</java .version>
28- <coherence .version>25.03.1 </coherence .version>
28+ <coherence .version>25.03.2 </coherence .version>
2929 <coherence .group.id>com.oracle.coherence.ce</coherence .group.id>
3030 <coherence-spring .version>4.3.1</coherence-spring .version>
3131 </properties >
Original file line number Diff line number Diff 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.3 , coherence-spring 4.3.1"
34+ frameworkVersion : " spring-boot-starter 3.5.4 , 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:
You can’t perform that action at this time.
0 commit comments