Skip to content

Commit ac70eba

Browse files
committed
Update Helidon to 4.3.0-M4
(merge main -> ce/main 118636) [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 118637]
1 parent f71633a commit ac70eba

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

prj/coherence-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<!-- Force use of a higher version of gson to get CVE fixes -->
198198
<gson.version>2.13.1</gson.version>
199199
<!-- When running tests with Java 21 we will use Helidon 4 -->
200-
<helidon.version.4>4.3.0-M3</helidon.version.4>
200+
<helidon.version.4>4.3.0-M4</helidon.version.4>
201201
<!-- When running tests with Java 17 we will use Helidon 3 (this will be set using the helidon3 profile) -->
202202
<helidon.version.3>3.2.15</helidon.version.3>
203203
<!-- This is the property that sets the version used by other modules (we default to Helidon 4) -->

prj/examples/guides/600-response-caching/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ coherenceGroupId=com.oracle.coherence.ce
1010

1111
junitVersion=5.12.2
1212
jandexPluginVersion=1.86
13-
helidonVersion=4.3.0-M3
13+
helidonVersion=4.3.0-M4

prj/examples/guides/600-response-caching/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.helidon.applications</groupId>
1616
<artifactId>helidon-mp</artifactId>
17-
<version>4.3.0-M3</version>
17+
<version>4.3.0-M4</version>
1818
<relativePath/>
1919
</parent>
2020

prj/examples/tutorials/500-graphql/complete/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
coherenceVersion=25.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

11-
helidonVersion=4.3.0-M3
11+
helidonVersion=4.3.0-M4
1212

1313
junitVersion=5.12.2
1414

prj/examples/tutorials/500-graphql/complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${project.version}</coherence.version>
24-
<helidon.version>4.3.0-M3</helidon.version>
24+
<helidon.version>4.3.0-M4</helidon.version>
2525
<!-- make sure this version of parsson-media is in sync with Helidon -->
2626
<parsson-media.version>1.1.7</parsson-media.version>
2727

prj/examples/tutorials/500-graphql/initial/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
coherenceVersion=25.09-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

11-
helidonVersion=4.3.0-M3
11+
helidonVersion=4.3.0-M4
1212

1313
junitVersion=5.12.2
1414

prj/examples/tutorials/500-graphql/initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${project.version}</coherence.version>
24-
<helidon.version>4.3.0-M3</helidon.version>
24+
<helidon.version>4.3.0-M4</helidon.version>
2525
<!-- make sure this version of parsson-media is in sync with Helidon -->
2626
<parsson-media.version>1.1.7</parsson-media.version>
2727

0 commit comments

Comments
 (0)