Skip to content

Commit 6bb75a2

Browse files
committed
Update dependency versions
(merge main -> ce/main 118529) [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 118531]
1 parent ac3eedf commit 6bb75a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

prj/coherence-dependencies/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@
176176
typically matching the patch component of the GraalVM image tag above (ie. 21.0.4 => 23.1.4)
177177
-->
178178
<graalvm.version>24.2.1</graalvm.version>
179-
<grpc.version>1.73.0</grpc.version>
179+
<grpc.version>1.75.0</grpc.version>
180180
<!--
181181
This is a workaround for the fact that newer versions of the gRPC ProtoBuf compiler do not work on
182182
Oracle Linux 7 so the builds fail in RQ and Jenkins.
183183
Ideally this version should really be the same as the grpc.version property above, but it seems we
184184
are stuck on this version.
185185
This is only used for gRPC code generation at build time, it is not a runtime dependency.
186186
-->
187-
<grpc.protoc.version>1.73.0</grpc.protoc.version>
187+
<grpc.protoc.version>1.75.0</grpc.protoc.version>
188188
<!--
189189
NOTE: changing this version may mean updating other dependencies to match versions that Helidon uses:
190190
eclipse.mp.config.version
@@ -197,9 +197,9 @@
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-M1</helidon.version.4>
200+
<helidon.version.4>4.3.0-M2</helidon.version.4>
201201
<!-- When running tests with Java 17 we will use Helidon 3 (this will be set using the helidon3 profile) -->
202-
<helidon.version.3>3.2.12</helidon.version.3>
202+
<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) -->
204204
<helidon.version>${helidon.version.4}</helidon.version>
205205

@@ -245,7 +245,8 @@
245245
<micrometer.version>1.13.4</micrometer.version>
246246
<!-- NOTE: this version should ideally be in sync' with that used by Helidon
247247
This is not always possible if we need to bump versions for CVE's -->
248-
<netty.version>4.1.124.Final</netty.version>
248+
<netty.version>4.1.127.Final</netty.version>
249+
<oci.sdk.version>3.69.0</oci.sdk.version>
249250
<ok.http.version>5.1.0</ok.http.version>
250251
<opentelemetry.version>1.52.0</opentelemetry.version>
251252
<opentelemetry.grpc.version>2.14.0-alpha</opentelemetry.grpc.version>

0 commit comments

Comments
 (0)