Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/helidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.4</version>
<version>4.2.5</version>
<relativePath/>
</parent>

Expand All @@ -24,8 +24,8 @@

<properties>
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>25.03.1</coherence.version>
<jackson.version>2.18.2</jackson.version>
<coherence.version>25.03.2</coherence.version>
<jackson.version>2.19.2</jackson.version>
<java.version>21</java.version>
</properties>

Expand Down
6 changes: 3 additions & 3 deletions templates/micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<groupId>com.oracle.coherence.demo.frameworks</groupId>
<artifactId>micronaut</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Demo project for Helidon and Coherence</name>
<name>Demo project for Micronaut and Coherence</name>

<properties>
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>25.03.1</coherence.version>
<jackson.version>2.18.2</jackson.version>
<coherence.version>25.03.2</coherence.version>
<jackson.version>2.19.2</jackson.version>
<java.version>21</java.version>

<!-- Micronaut properties -->
Expand Down
4 changes: 2 additions & 2 deletions templates/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -25,7 +25,7 @@

<properties>
<java.version>21</java.version>
<coherence.version>25.03.1</coherence.version>
<coherence.version>25.03.2</coherence.version>
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence-spring.version>4.3.1</coherence-spring.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion templates/templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ templates:
- src/main/java/com/oracle/coherence/demo/frameworks/helidon/CustomerResource.java

- name: springboot
frameworkVersion: "spring-boot-starter 3.5.3, coherence-spring 4.3.1"
frameworkVersion: "spring-boot-starter 3.5.4, coherence-spring 4.3.1"
instructions: |
To run Spring Boot starter you must have JDK21+ and maven 3.8.5+.
Change to the newly created directory and run the following to build:
Expand Down
Loading