From 5b6a1f624e04734c45e9b895b89f417ab8f310c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:23:51 +0000 Subject: [PATCH 1/8] build(deps-dev): bump cucumber.version from 7.29.0 to 7.30.0 in /example Bumps `cucumber.version` from 7.29.0 to 7.30.0. Updates `io.cucumber:cucumber-java8` from 7.29.0 to 7.30.0 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](https://github.com/cucumber/cucumber-jvm/compare/v7.29.0...v7.30.0) Updates `io.cucumber:cucumber-junit-platform-engine` from 7.29.0 to 7.30.0 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](https://github.com/cucumber/cucumber-jvm/compare/v7.29.0...v7.30.0) Updates `io.cucumber:cucumber-spring` from 7.29.0 to 7.30.0 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](https://github.com/cucumber/cucumber-jvm/compare/v7.29.0...v7.30.0) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-java8 dependency-version: 7.30.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.cucumber:cucumber-junit-platform-engine dependency-version: 7.30.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.cucumber:cucumber-spring dependency-version: 7.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pom.xml b/example/pom.xml index bf60d59..0c3f24f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -14,7 +14,7 @@ ${java.version} 5.13.4 3.5.6 - 7.29.0 + 7.30.0 2.8.13 1.6.1 1.1.1 From cadc82269e37d895798bba6f80af61818ba4fd44 Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Fri, 3 Oct 2025 10:18:09 +0530 Subject: [PATCH 2/8] ci: update token usage for pushing changes in CI workflow (#55) * ci: update token usage for pushing changes in CI workflow * ci: add test for PAT token with API call in CI workflow * ci: remove PAT token test from CI workflow --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1581d5..080080e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + token: ${{ secrets.PAT_TOKEN }} - name: Make script executable run: chmod +x ./generate-cookiecutter-template-from-example-project.sh - name: Generate cookiecutter template @@ -50,4 +51,4 @@ jobs: git config --local user.name "github-actions[bot]" git add . git diff --cached --quiet || git commit -m "ci: update generated cookiecutter template from example" - git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }} HEAD:${{ github.head_ref }} + git push origin ${{ github.head_ref }} From 3bc0c1b2ee51e727c0497b4f4a937b76d0474b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:30:05 +0000 Subject: [PATCH 3/8] build(deps): bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pom.xml b/example/pom.xml index 0c3f24f..5c73384 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -27,7 +27,7 @@ 3.6.1 4.0.2 0.8.13 - 3.14.0 + 3.14.1 3.4.6 5.3 1.0.5 From a5b015f2fb3c3476cf94527c9aec31f7c981e563 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Sep 2025 15:33:57 +0000 Subject: [PATCH 4/8] ci: update generated cookiecutter template from example --- {{cookiecutter.app_name}}/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml index 45face1..801771e 100644 --- a/{{cookiecutter.app_name}}/pom.xml +++ b/{{cookiecutter.app_name}}/pom.xml @@ -27,7 +27,7 @@ 3.6.1 4.0.2 0.8.13 - 3.14.0 + 3.14.1 3.4.6 5.3 1.0.5 From ceb612ce552fe4dc93827ed91228dd94f2952596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:27:16 +0530 Subject: [PATCH 5/8] build(deps): bump git-code-format-maven-plugin.version from 5.3 to 5.4 (#49) * build(deps): bump git-code-format-maven-plugin.version in /example Bumps `git-code-format-maven-plugin.version` from 5.3 to 5.4. Updates `com.cosium.code:google-java-format` from 5.3 to 5.4 - [Commits](https://github.com/Cosium/git-code-format-maven-plugin/compare/5.3...5.4) Updates `com.cosium.code:git-code-format-maven-plugin` from 5.3 to 5.4 - [Commits](https://github.com/Cosium/git-code-format-maven-plugin/compare/5.3...5.4) --- updated-dependencies: - dependency-name: com.cosium.code:google-java-format dependency-version: '5.4' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.cosium.code:git-code-format-maven-plugin dependency-version: '5.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * ci: update generated cookiecutter template from example --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Williams Co-authored-by: github-actions[bot] --- example/pom.xml | 2 +- {{cookiecutter.app_name}}/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pom.xml b/example/pom.xml index 5c73384..5003048 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -29,7 +29,7 @@ 0.8.13 3.14.1 3.4.6 - 5.3 + 5.4 1.0.5 1.20.3 1.2.3 diff --git a/{{cookiecutter.app_name}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml index 801771e..e36c4ea 100644 --- a/{{cookiecutter.app_name}}/pom.xml +++ b/{{cookiecutter.app_name}}/pom.xml @@ -29,7 +29,7 @@ 0.8.13 3.14.1 3.4.6 - 5.3 + 5.4 1.0.5 1.20.3 1.2.3 From 76a85d1b86ab0bf6f6d912234a71dcefad712929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:37:19 +0530 Subject: [PATCH 6/8] build(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.15.0 to 7.16.0 (#50) * build(deps): bump org.openapitools:openapi-generator-maven-plugin Bumps org.openapitools:openapi-generator-maven-plugin from 7.15.0 to 7.16.0. --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * ci: update token usage for pushing changes in CI workflow (#55) * ci: update token usage for pushing changes in CI workflow * ci: add test for PAT token with API call in CI workflow * ci: remove PAT token test from CI workflow * build(deps): bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * ci: update generated cookiecutter template from example * build(deps): bump git-code-format-maven-plugin.version from 5.3 to 5.4 (#49) * build(deps): bump git-code-format-maven-plugin.version in /example Bumps `git-code-format-maven-plugin.version` from 5.3 to 5.4. Updates `com.cosium.code:google-java-format` from 5.3 to 5.4 - [Commits](https://github.com/Cosium/git-code-format-maven-plugin/compare/5.3...5.4) Updates `com.cosium.code:git-code-format-maven-plugin` from 5.3 to 5.4 - [Commits](https://github.com/Cosium/git-code-format-maven-plugin/compare/5.3...5.4) --- updated-dependencies: - dependency-name: com.cosium.code:google-java-format dependency-version: '5.4' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.cosium.code:git-code-format-maven-plugin dependency-version: '5.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * ci: update generated cookiecutter template from example --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Williams Co-authored-by: github-actions[bot] * ci: update generated cookiecutter template from example --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Williams Co-authored-by: github-actions[bot] --- example/rest-adapter/pom.xml | 2 +- {{cookiecutter.app_name}}/rest-adapter/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/rest-adapter/pom.xml b/example/rest-adapter/pom.xml index e1b7992..95a8259 100644 --- a/example/rest-adapter/pom.xml +++ b/example/rest-adapter/pom.xml @@ -41,7 +41,7 @@ org.openapitools openapi-generator-maven-plugin - 7.15.0 + 7.16.0 generate-open-api-source diff --git a/{{cookiecutter.app_name}}/rest-adapter/pom.xml b/{{cookiecutter.app_name}}/rest-adapter/pom.xml index fd24a19..704d71a 100644 --- a/{{cookiecutter.app_name}}/rest-adapter/pom.xml +++ b/{{cookiecutter.app_name}}/rest-adapter/pom.xml @@ -41,7 +41,7 @@ org.openapitools openapi-generator-maven-plugin - 7.15.0 + 7.16.0 generate-open-api-source From 58bc865c01a7feb80f0eb23fc909af0377308cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:43:51 +0530 Subject: [PATCH 7/8] build(deps): bump org.junit:junit-bom from 5.13.4 to 6.0.0 (#51) * build(deps): bump org.junit:junit-bom from 5.13.4 to 6.0.0 in /example Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * ci: update generated cookiecutter template from example --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Williams Co-authored-by: github-actions[bot] --- example/pom.xml | 2 +- {{cookiecutter.app_name}}/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pom.xml b/example/pom.xml index 5003048..b128db8 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -12,7 +12,7 @@ 21 ${java.version} ${java.version} - 5.13.4 + 6.0.0 3.5.6 7.30.0 2.8.13 diff --git a/{{cookiecutter.app_name}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml index e36c4ea..e826fef 100644 --- a/{{cookiecutter.app_name}}/pom.xml +++ b/{{cookiecutter.app_name}}/pom.xml @@ -12,7 +12,7 @@ 21 ${java.version} ${java.version} - 5.13.4 + 6.0.0 3.5.6 7.29.0 2.8.13 From ff1101ed237c755a66d4049b55b165df8aa325d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Oct 2025 05:16:52 +0000 Subject: [PATCH 8/8] ci: update generated cookiecutter template from example --- {{cookiecutter.app_name}}/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml index e826fef..f382ad6 100644 --- a/{{cookiecutter.app_name}}/pom.xml +++ b/{{cookiecutter.app_name}}/pom.xml @@ -14,7 +14,7 @@ ${java.version} 6.0.0 3.5.6 - 7.29.0 + 7.30.0 2.8.13 1.6.1 1.1.1