Skip to content

Commit 808738e

Browse files
authored
Update to latest Coherence CE version 24.03 (#125)
1 parent 71d3df2 commit 808738e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
poetry-version: ["1.5.0"]
2121
os: [ubuntu-latest]
2222
coherenceVersion:
23-
- 23.09.2
23+
- 24.03
2424
- 22.06.7
2525
base-image:
2626
- gcr.io/distroless/java17-debian11
2727
profile:
2828
- ",-jakarta,javax"
2929
- ",jakarta,-javax"
3030
exclude:
31-
- coherenceVersion: 23.09.2
31+
- coherenceVersion: 24.03
3232
profile: ",-jakarta,javax"
3333
- coherenceVersion: 22.06.7
3434
profile: ",jakarta,-javax"

tests/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>11</maven.compiler.target>
3535

3636
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
37-
<coherence.version>23.09.2</coherence.version>
37+
<coherence.version>24.03</coherence.version>
3838

3939
<!-- The version of Coherence to use in the test images -->
4040
<coherence.test.groupId>com.oracle.coherence.ce</coherence.test.groupId>

0 commit comments

Comments
 (0)