Skip to content

Commit caebae3

Browse files
dependabot[bot]paul58914080github-actions[bot]
authored
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] <support@github.com> * 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](apache/maven-compiler-plugin@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] <support@github.com> * 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](Cosium/git-code-format-maven-plugin@5.3...5.4) Updates `com.cosium.code:git-code-format-maven-plugin` from 5.3 to 5.4 - [Commits](Cosium/git-code-format-maven-plugin@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] <support@github.com> * ci: update generated cookiecutter template from example --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Williams <paul58914080@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * ci: update generated cookiecutter template from example --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Williams <paul58914080@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c1d0acd commit caebae3

File tree

2 files changed

+2
-2
lines changed
  • example/rest-adapter
  • {{cookiecutter.app_name}}/rest-adapter

2 files changed

+2
-2
lines changed

example/rest-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.openapitools</groupId>
4343
<artifactId>openapi-generator-maven-plugin</artifactId>
44-
<version>7.15.0</version>
44+
<version>7.16.0</version>
4545
<executions>
4646
<execution>
4747
<id>generate-open-api-source</id>

{{cookiecutter.app_name}}/rest-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.openapitools</groupId>
4343
<artifactId>openapi-generator-maven-plugin</artifactId>
44-
<version>7.15.0</version>
44+
<version>7.16.0</version>
4545
<executions>
4646
<execution>
4747
<id>generate-open-api-source</id>

0 commit comments

Comments
 (0)