From d265456b3fe52889df64a9e13c2a9f80cecb2ec4 Mon Sep 17 00:00:00 2001 From: Jose Enrique Garcia Date: Thu, 8 Feb 2024 04:01:06 +0100 Subject: [PATCH] Fix Duplicate operation Id --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d172df..e51135b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ After you have these installed, you need to add the Spring Cloud Contract Maven com.sngular scc-multiapi-converter - 3.0.1 + 3.4.1 compile diff --git a/pom.xml b/pom.xml index 0ceb562..53098a0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.sngular scc-multiapi-converter - 3.4.0 + 3.4.1 SCC-MultiApi-Converter Generates Spring Cloud Contracts based on an OpenApi and AsyncApi document https://github.com/sngular/scc-multiapi-converter