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 }}
diff --git a/example/pom.xml b/example/pom.xml
index bf60d59..b128db8 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -12,9 +12,9 @@
21
${java.version}
${java.version}
- 5.13.4
+ 6.0.0
3.5.6
- 7.29.0
+ 7.30.0
2.8.13
1.6.1
1.1.1
@@ -27,9 +27,9 @@
3.6.1
4.0.2
0.8.13
- 3.14.0
+ 3.14.1
3.4.6
- 5.3
+ 5.4
1.0.5
1.20.3
1.2.3
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}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml
index 45face1..f382ad6 100644
--- a/{{cookiecutter.app_name}}/pom.xml
+++ b/{{cookiecutter.app_name}}/pom.xml
@@ -12,9 +12,9 @@
21
${java.version}
${java.version}
- 5.13.4
+ 6.0.0
3.5.6
- 7.29.0
+ 7.30.0
2.8.13
1.6.1
1.1.1
@@ -27,9 +27,9 @@
3.6.1
4.0.2
0.8.13
- 3.14.0
+ 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}}/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