diff --git a/.github/workflows/run-examples-with-release.yaml b/.github/workflows/run-examples-with-release.yaml index 9a735c4..f246983 100644 --- a/.github/workflows/run-examples-with-release.yaml +++ b/.github/workflows/run-examples-with-release.yaml @@ -17,8 +17,8 @@ jobs: coherence-image: - ghcr.io/oracle/coherence-ce coherenceVersion: - - 22.06.12 - - 25.03.1 + - 22.06.13 + - 25.03.2 runs-on: ${{ matrix.os }} steps: - name: Get Docker Images diff --git a/.github/workflows/run-examples.yaml b/.github/workflows/run-examples.yaml index e552eab..fa8cb2a 100644 --- a/.github/workflows/run-examples.yaml +++ b/.github/workflows/run-examples.yaml @@ -21,8 +21,8 @@ jobs: coherence-image: - ghcr.io/oracle/coherence-ce coherenceVersion: - - 22.06.12 - - 25.03.1 + - 22.06.13 + - 25.03.2 runs-on: ${{ matrix.os }} steps: - name: Get Docker Images diff --git a/.github/workflows/validate-nslookup.yml b/.github/workflows/validate-nslookup.yml index f4e61bb..723abb8 100644 --- a/.github/workflows/validate-nslookup.yml +++ b/.github/workflows/validate-nslookup.yml @@ -21,8 +21,8 @@ jobs: poetry-version: ["1.8.4"] os: [ubuntu-latest] coherenceVersion: - - 25.03.1 - - 22.06.12 + - 25.03.2 + - 22.06.13 base-image: - gcr.io/distroless/java17-debian11 runs-on: ${{ matrix.os }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9d64342..7df387c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,17 +21,17 @@ jobs: poetry-version: ["1.8.4"] os: [ubuntu-latest] coherenceVersion: - - 25.03.1 - - 22.06.12 + - 25.03.2 + - 22.06.13 base-image: - gcr.io/distroless/java17-debian11 profile: - ",-jakarta,javax" - ",jakarta,-javax" exclude: - - coherenceVersion: 25.03.1 + - coherenceVersion: 25.03.2 profile: ",-jakarta,javax" - - coherenceVersion: 22.06.12 + - coherenceVersion: 22.06.13 profile: ",jakarta,-javax" runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index 6309a20..de40048 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont everything necessary for the client to operate correctly. ```bash -docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.1 +docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.2 ``` ## Installation