From 9124ace73004409b942e5198422849d3061027c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 23:21:17 +0000 Subject: [PATCH 01/10] build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 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..977df2f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ 3.9.0 3.5.4 - 3.6.1 + 3.6.2 4.0.2 0.8.13 3.14.0 From 0363d0864eed7ce0262994bbfbbcb962c48f4d6c Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Fri, 3 Oct 2025 10:18:09 +0530 Subject: [PATCH 02/10] 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 3ec53467b531e7cdf0cb6fe402dc83c2b31e9ac0 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 03/10] 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 977df2f..cff8740 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -27,7 +27,7 @@ 3.6.2 4.0.2 0.8.13 - 3.14.0 + 3.14.1 3.4.6 5.3 1.0.5 From 910b4078075da21805329e09a6447dc2d053d980 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Sep 2025 15:33:57 +0000 Subject: [PATCH 04/10] 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 9f1a7c4342a0d49e40fde351866af37602e46d9d 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 05/10] 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 cff8740..e98cd69 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 8883b957c01b6d56501c26c76182fbd66ad60940 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 06/10] 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 64e11b24adf421d397f8eaf23d7e97fc83dbca3f 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 07/10] 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 e98cd69..95ebefd 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 4f94c913f8e8f21a11857c11638f55ad3cb583c1 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 08/10] 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 95ebefd..3d2c9cc 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 From eb9ffd4b821a29764e68836f9278c241f7c021f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:54:53 +0530 Subject: [PATCH 09/10] build(deps): bump org.pitest:pitest-maven from 1.20.3 to 1.20.4 (#53) * 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] * 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] * 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] --------- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pom.xml b/example/pom.xml index 3d2c9cc..863a6be 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -31,7 +31,7 @@ 3.4.6 5.4 1.0.5 - 1.20.3 + 1.20.4 1.2.3 From d55d8b66b1a1ae98a798e5d1c4dd15df60fe9a0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Oct 2025 05:28:55 +0000 Subject: [PATCH 10/10] ci: update generated cookiecutter template from example --- {{cookiecutter.app_name}}/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.app_name}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml index f382ad6..0681464 100644 --- a/{{cookiecutter.app_name}}/pom.xml +++ b/{{cookiecutter.app_name}}/pom.xml @@ -24,14 +24,14 @@ 3.9.0 3.5.4 - 3.6.1 + 3.6.2 4.0.2 0.8.13 3.14.1 3.4.6 5.4 1.0.5 - 1.20.3 + 1.20.4 1.2.3