From 090fe21fe56cdb6f49f66f0332ff915477df2341 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sun, 22 Sep 2024 11:45:17 +0200 Subject: [PATCH] Bump openapi-generator-maven-plugin from 6.3.0 to 7.8.0 (#158) Required to fix the ValidationMessage example --- pom.xml | 2 +- src/main/resources/openapi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 850a9215..5cd37ebe 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 0.8.11 - 6.3.0 + 7.8.0 3.2.0 diff --git a/src/main/resources/openapi.yml b/src/main/resources/openapi.yml index 704df3dd..7edeb2cb 100755 --- a/src/main/resources/openapi.yml +++ b/src/main/resources/openapi.yml @@ -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