From 1bb9c708620f91e0bb7e2a53544a6cf935c0cac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Sun, 1 Dec 2024 17:33:29 +0100 Subject: [PATCH 1/4] Update spring-boot-starter-parent to 3.2.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbd65dd7..f26325ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.5 + 3.2.12 org.fairdatapoint From ee2db5e3ca0a7ecf277132008e8bbbfb3b37b515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:41:13 +0000 Subject: [PATCH 2/4] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb0ab8a2..ff1ed4b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: type=sha - name: Docker build+push [test] - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile.build @@ -133,7 +133,7 @@ jobs: type=semver,pattern={{version}} - name: Docker build+push [private] - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.event_name == 'push' && env.PRIVATE_REGISTRY_URL != '' && steps.meta-private.outputs.tags != '' with: context: . @@ -166,7 +166,7 @@ jobs: type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }} - name: Docker build+push [public] - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.event_name == 'push' && env.DOCKER_HUB_USERNAME != '' && steps.meta-public.outputs.tags != '' with: context: . From f6247c164a03f47b0c653afec9ba81834038a60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:41:21 +0000 Subject: [PATCH 3/4] Bump jwt.version from 0.12.5 to 0.12.6 Bumps `jwt.version` from 0.12.5 to 0.12.6. Updates `io.jsonwebtoken:jjwt-api` from 0.12.5 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.5...0.12.6) Updates `io.jsonwebtoken:jjwt-impl` from 0.12.5 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.5...0.12.6) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.5 to 0.12.6 --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.jsonwebtoken:jjwt-jackson 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 f26325ac..18c3bb6c 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 2.5.0 42.7.3 4.3.12 - 0.12.5 + 0.12.6 1.18.32 3.7.6 From a22a87fb45bcafb2869f7b1e7c284c9f04b37dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:41:42 +0000 Subject: [PATCH 4/4] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.6 Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.5.0 to 4.8.6.6. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.5.0...spotbugs-maven-plugin-4.8.6.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-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 18c3bb6c..445a8ae0 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 9.0.0 0.2.0 3.4.0 - 4.8.5.0 + 4.8.6.6