From 186be8cb764097c6e7706cc4d78e153ac766a051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:40:47 +0000 Subject: [PATCH 1/8] build(deps): bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-dev.yml | 4 ++-- .github/workflows/release-main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 8893295..4cdfd58 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -113,7 +113,7 @@ jobs: service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}' - name: Login to Google Docker Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: 'oauth2accesstoken' @@ -274,7 +274,7 @@ jobs: service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}' - name: Login to Google Docker Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: 'oauth2accesstoken' diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index f3e7663..7a14271 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -156,7 +156,7 @@ jobs: service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}' - name: Login to Google Docker Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: 'oauth2accesstoken' @@ -276,7 +276,7 @@ jobs: service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}' - name: Login to Google Docker Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: 'oauth2accesstoken' From 90cb224f6b31afbc0bd6247ac033dd868b2aad6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:40:50 +0000 Subject: [PATCH 2/8] build(deps): bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-dev.yml | 2 +- .github/workflows/release-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 4cdfd58..bf051ac 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -137,7 +137,7 @@ jobs: # images: ${{ steps.image_version.outputs.service_image_path }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: Dockerfile.dev diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 7a14271..d5424a2 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -180,7 +180,7 @@ jobs: # images: ${{ needs.versioning.outputs.service_image_path }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true From a1b03fdefd7279c5b9b245d2cea87257582fe53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:34:57 +0000 Subject: [PATCH 3/8] build(deps): bump com.googlecode.libphonenumber:libphonenumber Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) from 8.13.20 to 8.13.23. - [Release notes](https://github.com/google/libphonenumber/releases) - [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md) - [Commits](https://github.com/google/libphonenumber/compare/v8.13.20...v8.13.23) --- updated-dependencies: - dependency-name: com.googlecode.libphonenumber:libphonenumber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f93fd0a..56b8be3 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ com.googlecode.libphonenumber libphonenumber - 8.13.20 + 8.13.23 From eb56865b910c85b4a5aea440db23996748c94f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:40:36 +0000 Subject: [PATCH 4/8] build(deps): bump com.abavilla:fpi-framework-pom from 1.8.8 to 1.8.9 Bumps [com.abavilla:fpi-framework-pom](https://github.com/vincejv/fpi-framework) from 1.8.8 to 1.8.9. - [Release notes](https://github.com/vincejv/fpi-framework/releases) - [Commits](https://github.com/vincejv/fpi-framework/compare/v1.8.8...v1.8.9) --- updated-dependencies: - dependency-name: com.abavilla:fpi-framework-pom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 56b8be3..f87ab51 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ com.abavilla fpi-framework-pom - 1.8.8 + 1.8.9 4.0.0 From a6d198b3ae521931a1a9c32d0c8733f466c612b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:56:45 +0000 Subject: [PATCH 5/8] build(deps): bump com.abavilla:fpi-telco-plugin from 1.3.10 to 1.3.12 Bumps [com.abavilla:fpi-telco-plugin](https://github.com/vincejv/fpi-telco-plugin) from 1.3.10 to 1.3.12. - [Release notes](https://github.com/vincejv/fpi-telco-plugin/releases) - [Commits](https://github.com/vincejv/fpi-telco-plugin/compare/v1.3.10...v1.3.12) --- updated-dependencies: - dependency-name: com.abavilla:fpi-telco-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f87ab51..0eac914 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ com.abavilla fpi-telco-plugin - 1.3.10 + 1.3.12 From e891a9af84c7be309991f536b59fa5ce1d367edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:56:37 +0000 Subject: [PATCH 6/8] build(deps): bump com.vincejv:m360-api-client from 1.0.11 to 1.0.12 Bumps [com.vincejv:m360-api-client](https://github.com/vincejv/m360-api-client) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/vincejv/m360-api-client/releases) - [Changelog](https://github.com/vincejv/m360-api-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/vincejv/m360-api-client/compare/v1.0.11...v1.0.12) --- updated-dependencies: - dependency-name: com.vincejv:m360-api-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0eac914..1896508 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ com.vincejv m360-api-client - 1.0.11 + 1.0.12 From 8981ab160613bf2b53d2082b666e77fa380a2102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:56:30 +0000 Subject: [PATCH 7/8] build(deps): bump com.abavilla:fpi-login-api from 1.10.3 to 1.10.4 Bumps [com.abavilla:fpi-login-api](https://github.com/vincejv/fpi-login-api) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/vincejv/fpi-login-api/releases) - [Commits](https://github.com/vincejv/fpi-login-api/compare/v1.10.3...v1.10.4) --- updated-dependencies: - dependency-name: com.abavilla:fpi-login-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1896508..6fadf75 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ com.abavilla fpi-login-api - 1.10.3 + 1.10.4 From 3ca4405958132e091fec43ae340caad2f24e80a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:56:21 +0000 Subject: [PATCH 8/8] build(deps): bump com.abavilla:fpi-framework-pom from 1.8.9 to 1.8.10 Bumps [com.abavilla:fpi-framework-pom](https://github.com/vincejv/fpi-framework) from 1.8.9 to 1.8.10. - [Release notes](https://github.com/vincejv/fpi-framework/releases) - [Commits](https://github.com/vincejv/fpi-framework/compare/v1.8.9...v1.8.10) --- updated-dependencies: - dependency-name: com.abavilla:fpi-framework-pom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6fadf75..c71de62 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ com.abavilla fpi-framework-pom - 1.8.9 + 1.8.10 4.0.0