Skip to content

Commit

Permalink
Update to Coherence 23.09.1 and Helidon 3.2.4 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke authored Dec 12, 2023
1 parent 222dcde commit 420bfe2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand All @@ -33,7 +33,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence>23.09.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence>23.09.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand All @@ -31,7 +31,7 @@

<!-- dependencies -->
<version.lib.bedrock>5.0.16</version.lib.bedrock>
<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence>23.09.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence>23.09.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand All @@ -30,7 +30,7 @@
<jib.goal>dockerBuild</jib.goal>

<!-- dependencies -->
<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence>23.09.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand All @@ -29,7 +29,7 @@
<container.version>${project.version}</container.version>
<jib.goal>dockerBuild</jib.goal>

<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence>23.09.1</version.lib.coherence>
<version.lib.lombok>1.18.24</version.lib.lombok>
<version.lib.junit>5.8.2</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
Expand Down

0 comments on commit 420bfe2

Please sign in to comment.