Skip to content

Commit 54b1e63

Browse files
committed
Bug 37322409 - [37321957->25.03] Update Helidon version to 4.1.5 (main -> ce/main @112984)
Job: job.9.20241217010046.29426 [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112985]
1 parent 525710c commit 54b1e63

File tree

8 files changed

+12
-22
lines changed

8 files changed

+12
-22
lines changed

prj/coherence-dependencies/pom.xml

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

@@ -230,7 +230,7 @@
230230
<jaxb-impl.version>4.0.3</jaxb-impl.version>
231231
<!-- NOTE: this version should ideally be in sync' with that used by Helidon
232232
This is not always possible if we need to bump versions for CVE's -->
233-
<jersey.version>3.1.8</jersey.version>
233+
<jersey.version>3.1.9</jersey.version>
234234
<jettison.version>1.5.4</jettison.version>
235235
<jhdf.version>0.7.0-alpha</jhdf.version>
236236
<jline.version>3.25.0</jline.version>
@@ -239,7 +239,7 @@
239239
<micrometer.version>1.11.3</micrometer.version>
240240
<!-- NOTE: this version should ideally be in sync' with that used by Helidon
241241
This is not always possible if we need to bump versions for CVE's -->
242-
<netty.version>4.1.108.Final</netty.version>
242+
<netty.version>4.1.115.Final</netty.version>
243243
<opentelemetry.version>1.29.0</opentelemetry.version>
244244
<opentelemetry.proto.version>1.0.0-alpha</opentelemetry.proto.version>
245245
<opentracing.grpc.version>0.2.3</opentracing.grpc.version>

prj/etc/dependency-check-suppression.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,4 @@
485485
<cve>CVE-2023-5763</cve>
486486
</suppress>
487487

488-
<!-- Remove when this is resolved: COH-31345 - Update Netty version to 4.1.115.Final -->
489-
<suppress>
490-
<notes><![CDATA[
491-
file name: netty-common-4.1.108.Final.jar
492-
]]></notes>
493-
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-common@.*$</packageUrl>
494-
<cpe>cpe:2.3:a:netty:netty</cpe>
495-
<cve>CVE-2024-47535</cve>
496-
</suppress>
497-
498488
</suppressions>

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-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-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)