From 80f4bc02e434a67d1ddf7148319de6b3726971fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 23:20:52 +0000 Subject: [PATCH 1/8] build(deps): bump org.pitest:pitest-maven in /example Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/hcoles/pitest/releases) - [Commits](https://github.com/hcoles/pitest/compare/1.20.3...1.20.4) --- updated-dependencies: - dependency-name: org.pitest:pitest-maven dependency-version: 1.20.4 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 bf60d59..4dc4458 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -31,7 +31,7 @@ 3.4.6 5.3 1.0.5 - 1.20.3 + 1.20.4 1.2.3 From 4f5b216de5ecdf6e4c55a4dc506c21344095cc53 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 c60d92e4424155dd32a20747821bd565f860903f 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 4dc4458..e3e8e9d 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 a52b09d9307e8c4264036e7ed209f84f5b7b9795 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 7d0ce7f2df99d5d4a00d8e66a2880ee248fd5532 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 e3e8e9d..6951878 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.4 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 3742ddfaec6d8eebe103b3bacb9136f8663fe99c 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 83c55bfd6a857117aa15cca33fe4b698320551af 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 6951878..872b786 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.29.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 961cced298835a1992a1a6d27dc70d8c807657dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:50:30 +0530 Subject: [PATCH 8/8] build(deps-dev): bump cucumber.version from 7.29.0 to 7.30.0 (#52) * 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] * 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] * 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] * 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] * 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 872b786..483a072 100644 --- a/example/pom.xml +++ b/example/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 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