This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new dfd00bf119 FINERACT-2181: Update ghcr.io/navikt/mock-oauth2-server 
Docker tag to v3
dfd00bf119 is described below

commit dfd00bf1193e718eaa45ab94fea7574cd98eb6c9
Author: Renovate <[email protected]>
AuthorDate: Mon Nov 10 03:15:47 2025 +0000

    FINERACT-2181: Update ghcr.io/navikt/mock-oauth2-server Docker tag to v3
---
 .github/workflows/build-mariadb.yml                                | 2 +-
 .github/workflows/build-mysql.yml                                  | 2 +-
 .github/workflows/build-postgresql.yml                             | 2 +-
 .github/workflows/run-integration-test-sequentially-postgresql.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index c8b52a3439..12106bd7f9 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -25,7 +25,7 @@ jobs:
         options: --health-cmd="healthcheck.sh --su-mysql --connect 
--innodb_initialized" --health-interval=5s --health-timeout=2s 
--health-retries=3
 
       mock-oauth2-server:
-        image: ghcr.io/navikt/mock-oauth2-server:2.1.10
+        image: ghcr.io/navikt/mock-oauth2-server:3.0.1
         ports:
           - 9000:9000
         env:
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 9d6bb4ce8e..6516d5a027 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -25,7 +25,7 @@ jobs:
         options: --health-cmd="mysqladmin ping" --health-interval=5s 
--health-timeout=2s --health-retries=3
 
       mock-oauth2-server:
-        image: ghcr.io/navikt/mock-oauth2-server:2.1.10
+        image: ghcr.io/navikt/mock-oauth2-server:3.0.1
         ports:
           - 9000:9000
         env:
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index 04f3d4ae60..6d1d600717 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -26,7 +26,7 @@ jobs:
         options: --health-cmd="pg_isready -q -d postgres -U root" 
--health-interval=5s --health-timeout=2s --health-retries=3
 
       mock-oauth2-server:
-        image: ghcr.io/navikt/mock-oauth2-server:2.1.10
+        image: ghcr.io/navikt/mock-oauth2-server:3.0.1
         ports:
           - 9000:9000
         env:
diff --git a/.github/workflows/run-integration-test-sequentially-postgresql.yml 
b/.github/workflows/run-integration-test-sequentially-postgresql.yml
index 9919438fae..f3c40668e4 100644
--- a/.github/workflows/run-integration-test-sequentially-postgresql.yml
+++ b/.github/workflows/run-integration-test-sequentially-postgresql.yml
@@ -22,7 +22,7 @@ jobs:
           POSTGRES_PASSWORD: postgres
         options: --health-cmd="pg_isready -q -d postgres -U root" 
--health-interval=5s --health-timeout=2s --health-retries=3
       mock-oauth2-server:
-        image: ghcr.io/navikt/mock-oauth2-server:2.1.10
+        image: ghcr.io/navikt/mock-oauth2-server:3.0.1
         ports:
           - 9000:9000
         env:

Reply via email to