From bb9687f67fb826bd0dc021724038f0b48be67ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:14:14 +0000 Subject: [PATCH 1/6] 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] --- example/rest-adapter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fedce2f1963bf68dca2603c2b77199334da36b48 Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Fri, 3 Oct 2025 10:18:09 +0530 Subject: [PATCH 2/6] 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 59ef0bc511c66fa3b76afae5d753f37b2cc31e3f 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/6] 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 bf60d59..b3003e9 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 7a4dfd5bb58d2707f02e9d3cfc48efbcef719675 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Sep 2025 15:33:57 +0000 Subject: [PATCH 4/6] 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 83b36582cb09737a93c8469f92c3eed2b8cd8a0a 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/6] 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 b3003e9..3ccfdc9 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 921c11ac4c4c55aba3e044d51202b5afad362ad9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Oct 2025 05:05:35 +0000 Subject: [PATCH 6/6] ci: update generated cookiecutter template from example --- {{cookiecutter.app_name}}/rest-adapter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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