Skip to content

Commit

Permalink
Merge pull request #461 from TNO/dependabot/maven/org.openapitools-op…
Browse files Browse the repository at this point in the history
…enapi-generator-maven-plugin-7.2.0

Bump org.openapitools:openapi-generator-maven-plugin from 5.0.1 to 7.2.0
  • Loading branch information
Sophietje authored Jan 16, 2024
2 parents fe0e1f9 + 92ebf31 commit 231e217
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion admin-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>5.0.1</version>
<version>7.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/src/main/resources/openapi-admin-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ paths:
parameters:
- name: include-meta
in: path
required: false
required: true
description: Whether to include meta knowledge interactions.
schema:
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion knowledge-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>5.0.1</version>
<version>7.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
Loading

0 comments on commit 231e217

Please sign in to comment.