Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloalvesdev authored Jun 22, 2023
1 parent a221209 commit 2bfdda3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

<dependencies>
<dependency>
<artifactId>springfox-swagger2</artifactId>
<groupId>io.springfox</groupId>
<version>2.9.2</version>
</dependency>
<dependency>
<artifactId>springfox-swagger-ui</artifactId>
<groupId>io.springfox</groupId>
<version>2.10.0</version>
</dependency>
<artifactId>springfox-swagger2</artifactId>
<groupId>io.springfox</groupId>
<version>2.9.2</version>
</dependency>
<dependency>
<artifactId>springfox-swagger-ui</artifactId>
<groupId>io.springfox</groupId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down

0 comments on commit 2bfdda3

Please sign in to comment.