Skip to content

Commit

Permalink
Bump openapi-generator-maven-plugin from 6.3.0 to 7.8.0 (#158)
Browse files Browse the repository at this point in the history
Required to fix the ValidationMessage example
  • Loading branch information
arey authored Sep 22, 2024
1 parent 952bea9 commit 090fe21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!-- Maven plugins -->
<jacoco.version>0.8.11</jacoco.version>
<openapi-generator-maven-plugin.version>6.3.0</openapi-generator-maven-plugin.version>
<openapi-generator-maven-plugin.version>7.8.0</openapi-generator-maven-plugin.version>
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>

<!-- Docker -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ components:
title: Message
description: The validation message.
type: string
example: "[Path '/lastName'] Instance type (null) does not match any allowed primitive type (allowed: [\"string\"])"
example: "[Path '/lastName'] Instance type (null) does not match any allowed primitive type (allowed: ['string'])"
readOnly: true
required:
- message
Expand Down

0 comments on commit 090fe21

Please sign in to comment.