Skip to content

Commit

Permalink
Bug 37630677 - [37630309->25.03] Update Helidon version to 4.1.7 in m…
Browse files Browse the repository at this point in the history
…ain (main -> ce/main @114675)

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 114676]
  • Loading branch information
dhirupandey committed Feb 27, 2025
1 parent d7eec88 commit e99071d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions prj/coherence-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@
This is not always possible if we need to bump versions for CVE's
-->
<!-- When running tests with Java 21 we will use Helidon 4 -->
<helidon.version.4>4.1.5</helidon.version.4>
<helidon.version.4>4.1.7</helidon.version.4>
<!-- When running tests with Java 17 we will use Helidon 3 (this will be set using the helidon3 profile) -->
<helidon.version.3>3.2.11</helidon.version.3>
<helidon.version.3>3.2.12</helidon.version.3>
<!-- This is the property that sets the version used by other modules (we default to Helidon 4) -->
<helidon.version>${helidon.version.4}</helidon.version>

Expand Down
2 changes: 1 addition & 1 deletion prj/examples/guides/600-response-caching/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ coherenceGroupId=com.oracle.coherence.ce

junitVersion=5.8.2
jandexPluginVersion=1.86
helidonVersion=4.1.5
helidonVersion=4.1.7
4 changes: 2 additions & 2 deletions prj/examples/guides/600-response-caching/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.1.5</version>
<version>4.1.7</version>
<relativePath/>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
coherenceVersion=25.03-SNAPSHOT
coherenceGroupId=com.oracle.coherence.ce

helidonVersion=4.1.5
helidonVersion=4.1.7

junitVersion=5.9.0
4 changes: 2 additions & 2 deletions prj/examples/tutorials/500-graphql/complete/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
Expand All @@ -21,7 +21,7 @@

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
<helidon.version>4.1.5</helidon.version>
<helidon.version>4.1.7</helidon.version>
<!-- make sure this version of parsson-media is in sync with Helidon -->
<parsson-media.version>1.1.6</parsson-media.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
coherenceVersion=25.03-SNAPSHOT
coherenceGroupId=com.oracle.coherence.ce

helidonVersion=4.1.5
helidonVersion=4.1.7

junitVersion=5.8.2
4 changes: 2 additions & 2 deletions prj/examples/tutorials/500-graphql/initial/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
Expand All @@ -21,7 +21,7 @@

<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>${project.version}</coherence.version>
<helidon.version>4.1.5</helidon.version>
<helidon.version>4.1.7</helidon.version>
<!-- make sure this version of parsson-media is in sync with Helidon -->
<parsson-media.version>1.1.6</parsson-media.version>

Expand Down

0 comments on commit e99071d

Please sign in to comment.