Skip to content

Commit

Permalink
Update dependency io.springfox:springfox-swagger-ui to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jun 21, 2023
1 parent acf9a06 commit 2199286
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pacman-api-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/pacman-api-asset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/pacman-api-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/pacman-api-compliance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/pacman-api-notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/pacman-api-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion api/pacman-api-vulnerability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion commons/pac-api-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2199286

Please sign in to comment.