From 45de0f83d6e5fa3687702d6aae1fa4b9c113bd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:17:04 +0000 Subject: [PATCH 01/11] 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 7aa6e4e..3ff4ddf 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ com.googlecode.libphonenumber libphonenumber - 8.13.20 + 8.13.23 From 604db0bf927494d5b01650d3b069909cc0b851cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:50:18 +0000 Subject: [PATCH 02/11] 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 d14657b..d692003 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' @@ -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' diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index c809de3..21161bd 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' @@ -278,7 +278,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 cecf4a0da8d01ef91f403c9b6b45fc77cef4212f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:50:15 +0000 Subject: [PATCH 03/11] 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 d692003..e7c8ba1 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 21161bd..a00a79d 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 59f93f8245f332e68ce8f899e56e64cf278ba091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:07:34 +0000 Subject: [PATCH 04/11] 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 3ff4ddf..8bf3d59 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ com.abavilla fpi-framework-pom - 1.8.8 + 1.8.9 4.0.0 From 487fe6e11c6f0f0831299a532d1e3ec23b72254f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:12:57 +0000 Subject: [PATCH 05/11] 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 8bf3d59..c36a874 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ com.abavilla fpi-framework-pom - 1.8.9 + 1.8.10 4.0.0 From a9b49363a879a69d48875ee2af9c04bedac0021d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:12:48 +0000 Subject: [PATCH 06/11] 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 c36a874..600bb19 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ com.abavilla fpi-telco-plugin - 1.3.10 + 1.3.12 From 3fa5e7b75bcb52f555e66750922da6226f2ffc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:47:44 +0000 Subject: [PATCH 07/11] build(deps): bump com.abavilla:fpi-msgr-api from 1.6.3 to 1.6.4 Bumps [com.abavilla:fpi-msgr-api](https://github.com/vincejv/fpi-msgr-api) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/vincejv/fpi-msgr-api/releases) - [Commits](https://github.com/vincejv/fpi-msgr-api/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: com.abavilla:fpi-msgr-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 600bb19..082c7e7 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ com.abavilla fpi-msgr-api - 1.6.3 + 1.6.4 From e88b8964abf2a8491e35661e242bcc9f00b35d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:12:41 +0000 Subject: [PATCH 08/11] build(deps): bump com.abavilla:fpi-sms-api from 1.5.9 to 1.5.10 Bumps [com.abavilla:fpi-sms-api](https://github.com/vincejv/fpi-sms-api) from 1.5.9 to 1.5.10. - [Release notes](https://github.com/vincejv/fpi-sms-api/releases) - [Commits](https://github.com/vincejv/fpi-sms-api/compare/v1.5.9...v1.5.10) --- updated-dependencies: - dependency-name: com.abavilla:fpi-sms-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 082c7e7..ef1f441 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ com.abavilla fpi-sms-api - 1.5.9 + 1.5.10 From f1c394076e961177d768e3093c9dc12a8ffb48a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:12:35 +0000 Subject: [PATCH 09/11] build(deps): bump com.abavilla:fpi-meta-plugin from 1.0.31 to 1.0.33 Bumps [com.abavilla:fpi-meta-plugin](https://github.com/vincejv/fpi-meta-plugin) from 1.0.31 to 1.0.33. - [Release notes](https://github.com/vincejv/fpi-meta-plugin/releases) - [Commits](https://github.com/vincejv/fpi-meta-plugin/compare/v1.0.31...v1.0.33) --- updated-dependencies: - dependency-name: com.abavilla:fpi-meta-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 ef1f441..d3cb007 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ com.abavilla fpi-meta-plugin - 1.0.31 + 1.0.33 From 106d3e0b4273bb13acfde6c27e8600cdd8aad38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:12:29 +0000 Subject: [PATCH 10/11] 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 d3cb007..32660e2 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ com.abavilla fpi-login-api - 1.10.3 + 1.10.4 From 9d73541b316b8e68e5f287da649a0c9387b75d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:12:21 +0000 Subject: [PATCH 11/11] build(deps): bump com.abavilla:fpi-viber-plugin from 1.2.11 to 1.2.13 Bumps [com.abavilla:fpi-viber-plugin](https://github.com/vincejv/fpi-viber-plugin) from 1.2.11 to 1.2.13. - [Release notes](https://github.com/vincejv/fpi-viber-plugin/releases) - [Commits](https://github.com/vincejv/fpi-viber-plugin/compare/v1.2.11...v1.2.13) --- updated-dependencies: - dependency-name: com.abavilla:fpi-viber-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 32660e2..f450b6a 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ com.abavilla fpi-viber-plugin - 1.2.11 + 1.2.13