Skip to content

Commit 25493d7

Browse files
authored
Update CE versions (#119)
1 parent 4004a46 commit 25493d7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2023, 2025 Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it

.github/workflows/test-against-released.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
version:
44-
- 14.1.1-0-20
45-
- 22.06.11
46-
- 24.09.3
44+
- 14.1.1-0-21
45+
- 22.06.12
4746
- 25.03
48-
- 14.1.2-0-0
47+
- 25.03.1
4948
- 14.1.2-0-1
49+
- 14.1.2-0-2
5050

5151
steps:
5252
- name: Checkout

.github/workflows/test-against-snapshot-1440.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 14.1.1-0-21-SNAPSHOT
47+
- 14.1.1-0-22-SNAPSHOT
4848

4949
steps:
5050
- name: Checkout

.github/workflows/test-against-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 25.03.1-SNAPSHOT
47+
- 25.03.2-SNAPSHOT
4848
- 25.09-SNAPSHOT
49-
- 22.06.12-SNAPSHOT
50-
- 14.1.2-0-2-SNAPSHOT
49+
- 22.06.13-SNAPSHOT
50+
- 14.1.2-0-3-SNAPSHOT
5151

5252
steps:
5353
- name: Checkout

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2020, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved.
55
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
77
This code is free software; you can redistribute it and/or modify it
@@ -53,7 +53,7 @@
5353
<com.sun.xml.bind.version>2.3.0</com.sun.xml.bind.version>
5454

5555
<!-- default coherence versions -->
56-
<default.coherence.ce.version>22.06.8</default.coherence.ce.version>
56+
<default.coherence.ce.version>22.06.12</default.coherence.ce.version>
5757
<default.coherence.commercial.version>14.1.2-0-0-SNAPSHOT
5858
</default.coherence.commercial.version>
5959

0 commit comments

Comments
 (0)