Skip to content

Commit 17838eb

Browse files
committed
Bug 37322408 - [37321957->24.09.1] Update Helidon version to 4.1.5 (ce/main -> ce/24.09 @112985)
Job: job.9.20241217032230.6731 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v24.09/": change = 112989]
1 parent 84c1360 commit 17838eb

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

prj/coherence-dependencies/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<!-- NOTE: this version should ideally be in sync' with that used by Helidon microprofile -->
154154
<eclipse.mp.health.version>4.0.1</eclipse.mp.health.version>
155155
<!-- NOTE: this version should ideally be in sync' with that used by Helidon microprofile -->
156-
<eclipse.mp.metrics.version>5.1.1</eclipse.mp.metrics.version>
156+
<eclipse.mp.metrics.version>5.1.2</eclipse.mp.metrics.version>
157157
<fastutil.version>8.5.14</fastutil.version>
158158
<felix.version>6.0.4</felix.version>
159159
<glassfish.el.version>4.0.2</glassfish.el.version>
@@ -170,7 +170,7 @@
170170
typically matching the patch component of the GraalVM image tag above (ie. 21.0.4 => 23.1.4)
171171
-->
172172
<graalvm.version>23.1.4</graalvm.version>
173-
<grpc.version>1.66.0</grpc.version>
173+
<grpc.version>1.65.1</grpc.version>
174174
<!--
175175
This is a workaround for the fact that newer versions of the gRPC ProtoBuf compiler do not work on
176176
Oracle Linux 7 so the builds fail in RQ and Jenkins.
@@ -189,9 +189,9 @@
189189
This is not always possible if we need to bump versions for CVE's
190190
-->
191191
<!-- When running tests with Java 21 we will use Helidon 4 -->
192-
<helidon.version.4>4.1.2</helidon.version.4>
192+
<helidon.version.4>4.1.5</helidon.version.4>
193193
<!-- When running tests with Java 17 we will use Helidon 3 (this will be set using the helidon3 profile) -->
194-
<helidon.version.3>3.2.10</helidon.version.3>
194+
<helidon.version.3>3.2.11</helidon.version.3>
195195
<!-- This is the property that sets the version used by other modules (we default to Helidon 4) -->
196196
<helidon.version>${helidon.version.4}</helidon.version>
197197

@@ -228,7 +228,7 @@
228228
<jaxb-impl.version>4.0.3</jaxb-impl.version>
229229
<!-- NOTE: this version should ideally be in sync' with that used by Helidon
230230
This is not always possible if we need to bump versions for CVE's -->
231-
<jersey.version>3.1.8</jersey.version>
231+
<jersey.version>3.1.9</jersey.version>
232232
<jettison.version>1.5.4</jettison.version>
233233
<jhdf.version>0.7.0-alpha</jhdf.version>
234234
<jline.version>3.25.0</jline.version>
@@ -237,7 +237,7 @@
237237
<micrometer.version>1.11.3</micrometer.version>
238238
<!-- NOTE: this version should ideally be in sync' with that used by Helidon
239239
This is not always possible if we need to bump versions for CVE's -->
240-
<netty.version>4.1.111.Final</netty.version>
240+
<netty.version>4.1.115.Final</netty.version>
241241
<opentelemetry.version>1.29.0</opentelemetry.version>
242242
<opentelemetry.proto.version>1.0.0-alpha</opentelemetry.proto.version>
243243
<opentracing.grpc.version>0.2.3</opentracing.grpc.version>

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.8.2
1212
jandexPluginVersion=1.86
13-
helidonVersion=4.1.2
13+
helidonVersion=4.1.5

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.1.2</version>
17+
<version>4.1.5</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,6 +8,6 @@
88
coherenceVersion=24.09.1-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

11-
helidonVersion=4.1.2
11+
helidonVersion=4.1.5
1212

1313
junitVersion=5.9.0

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.1.2</helidon.version>
24+
<helidon.version>4.1.5</helidon.version>
2525
<!-- make sure this version of parsson-media is in sync with Helidon -->
2626
<parsson-media.version>1.1.6</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,6 +8,6 @@
88
coherenceVersion=24.09.1-SNAPSHOT
99
coherenceGroupId=com.oracle.coherence.ce
1010

11-
helidonVersion=4.1.2
11+
helidonVersion=4.1.5
1212

1313
junitVersion=5.8.2

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.1.2</helidon.version>
24+
<helidon.version>4.1.5</helidon.version>
2525
<!-- make sure this version of parsson-media is in sync with Helidon -->
2626
<parsson-media.version>1.1.6</parsson-media.version>
2727

0 commit comments

Comments
 (0)