Skip to content

Commit

Permalink
update openapi-problem dependency to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch committed Mar 30, 2022
1 parent f9a127c commit 02090b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.belgif.openapi</groupId>
<artifactId>belgif-openapi-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -121,15 +121,15 @@
<dependency>
<groupId>io.github.belgif.openapi</groupId>
<artifactId>belgif-openapi-problem</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<classifier>swagger</classifier>
<type>zip</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.belgif.openapi</groupId>
<artifactId>belgif-openapi-problem</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<classifier>openapi</classifier>
<type>zip</type>
<optional>true</optional>
Expand Down

0 comments on commit 02090b5

Please sign in to comment.