Skip to content

Commit eff63fc

Browse files
authored
Merge branch 'main' into dependabot/maven/example/spring-boot.version-3.5.5
2 parents 505f31e + 06a7b32 commit eff63fc

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.14.0</version>
44+
<version>7.15.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.14.0</version>
44+
<version>7.15.0</version>
4545
<executions>
4646
<execution>
4747
<id>generate-open-api-source</id>

0 commit comments

Comments
 (0)