Skip to content

Commit

Permalink
Fix Duplicate operation Id
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacineiras committed Feb 8, 2024
1 parent 6fdd2f9 commit d265456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ After you have these installed, you need to add the Spring Cloud Contract Maven
<dependency>
<groupId>com.sngular</groupId>
<artifactId>scc-multiapi-converter</artifactId>
<version>3.0.1</version>
<version>3.4.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.sngular</groupId>
<artifactId>scc-multiapi-converter</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<name>SCC-MultiApi-Converter</name>
<description>Generates Spring Cloud Contracts based on an OpenApi and AsyncApi document</description>
<url>https://github.com/sngular/scc-multiapi-converter</url>
Expand Down

0 comments on commit d265456

Please sign in to comment.