From ce99800f2a24b6f8f68af6daa22e15b3515f8060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:36:55 +0100 Subject: [PATCH 1/9] Bump org.springframework.boot:spring-boot-starter-parent (#266) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/pom.xml b/experimental/spring/pom.xml index 04e6a851..817e1b36 100644 --- a/experimental/spring/pom.xml +++ b/experimental/spring/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.2.3 From aa27286f7ffaa6fda2572330e52f7d0ab5aec0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:45:30 +0100 Subject: [PATCH 2/9] Bump com.google.cloud.tools:jib-maven-plugin in /experimental/spring (#267) Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/spring-boot-nasp-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/spring-boot-nasp-example/pom.xml b/experimental/spring/spring-boot-nasp-example/pom.xml index 1be10ba6..3483c026 100644 --- a/experimental/spring/spring-boot-nasp-example/pom.xml +++ b/experimental/spring/spring-boot-nasp-example/pom.xml @@ -35,7 +35,7 @@ com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1 From 9485a9d5fdf84045a942b1f9cf70d76b7373c803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:26:30 +0100 Subject: [PATCH 3/9] Bump magnetikonline/action-golang-cache from 4 to 5 (#269) Bumps [magnetikonline/action-golang-cache](https://github.com/magnetikonline/action-golang-cache) from 4 to 5. - [Release notes](https://github.com/magnetikonline/action-golang-cache/releases) - [Commits](https://github.com/magnetikonline/action-golang-cache/compare/v4...v5) --- updated-dependencies: - dependency-name: magnetikonline/action-golang-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/mobile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile.yaml b/.github/workflows/mobile.yaml index 7cae0641..7ce15c3f 100644 --- a/.github/workflows/mobile.yaml +++ b/.github/workflows/mobile.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version: ${{ env.GO_VERSION }} From 0c50c936dae615d89436f342976f983e2492b85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:08:28 +0100 Subject: [PATCH 4/9] Bump org.springframework.boot:spring-boot-starter-parent (#272) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/pom.xml b/experimental/spring/pom.xml index 817e1b36..60da758a 100644 --- a/experimental/spring/pom.xml +++ b/experimental/spring/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.3 + 3.2.4 From 15099dcff256840c5eb4256a7f291cd862467730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:20:11 +0200 Subject: [PATCH 5/9] Bump com.google.cloud.tools:jib-maven-plugin in /experimental/spring (#273) Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/spring-boot-nasp-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/spring-boot-nasp-example/pom.xml b/experimental/spring/spring-boot-nasp-example/pom.xml index 3483c026..dd9d83cd 100644 --- a/experimental/spring/spring-boot-nasp-example/pom.xml +++ b/experimental/spring/spring-boot-nasp-example/pom.xml @@ -35,7 +35,7 @@ com.google.cloud.tools jib-maven-plugin - 3.4.1 + 3.4.2 From a905e3260e3188a7dda7cf72cd1262b51d0ec4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 05:31:16 +0200 Subject: [PATCH 6/9] Bump org.springframework.boot:spring-boot-starter-parent (#279) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/pom.xml b/experimental/spring/pom.xml index 60da758a..07546cb2 100644 --- a/experimental/spring/pom.xml +++ b/experimental/spring/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.3.0 From aa592678ca9f6d192b1dc8796d2bb1f69df3914e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:15:18 +0200 Subject: [PATCH 7/9] Bump org.springframework.boot:spring-boot-starter-parent (#283) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/pom.xml b/experimental/spring/pom.xml index 07546cb2..c5d43eac 100644 --- a/experimental/spring/pom.xml +++ b/experimental/spring/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.0 + 3.3.1 From 9626ad48d452721a4f67125b903da77fb9cc3421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:35:42 +0200 Subject: [PATCH 8/9] Bump com.google.cloud.tools:jib-maven-plugin in /experimental/spring (#280) Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/spring/spring-boot-nasp-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/spring/spring-boot-nasp-example/pom.xml b/experimental/spring/spring-boot-nasp-example/pom.xml index dd9d83cd..a583f169 100644 --- a/experimental/spring/spring-boot-nasp-example/pom.xml +++ b/experimental/spring/spring-boot-nasp-example/pom.xml @@ -35,7 +35,7 @@ com.google.cloud.tools jib-maven-plugin - 3.4.2 + 3.4.3 From cdbe96912acfcfdd7018286923ebfd6d0a19d8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:28:45 +0000 Subject: [PATCH 9/9] Bump docker/build-push-action from 4 to 6 (#281) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-bifrost.yaml | 2 +- .github/workflows/docker-echo-server.yaml | 2 +- .github/workflows/docker-heimdall.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-bifrost.yaml b/.github/workflows/docker-bifrost.yaml index 1c97edae..e32f843d 100644 --- a/.github/workflows/docker-bifrost.yaml +++ b/.github/workflows/docker-bifrost.yaml @@ -47,7 +47,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image [Bifrost] - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . file: components/bifrost/Dockerfile diff --git a/.github/workflows/docker-echo-server.yaml b/.github/workflows/docker-echo-server.yaml index 6a2dba1c..f022684c 100644 --- a/.github/workflows/docker-echo-server.yaml +++ b/.github/workflows/docker-echo-server.yaml @@ -46,7 +46,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image [echo-server] - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . file: components/echo-server/Dockerfile diff --git a/.github/workflows/docker-heimdall.yaml b/.github/workflows/docker-heimdall.yaml index 675832c9..bf33060a 100644 --- a/.github/workflows/docker-heimdall.yaml +++ b/.github/workflows/docker-heimdall.yaml @@ -46,7 +46,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image [Heimdall] - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . file: components/heimdall/Dockerfile