Skip to content

Commit 8368a1e

Browse files
committed
Upgrade - Swagger UI 5.27.0
1 parent 454c065 commit 8368a1e

14 files changed

+13
-22
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
[![Apache License V2.0](http://img.shields.io/badge/license-Apache%20V2-50ca22.svg)](//github.com/Vect0rPro/dropwizard-swagger-ui/blob/master/LICENSE)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/in.vectorpro.dropwizard/dropwizard-swagger-ui/badge.svg)](https://maven-badges.herokuapp.com/maven-central/in.vectorpro.dropwizard/dropwizard-swagger-ui)
55

6-
Swagger UI 4.x Static Resources for Dropwizard Swagger Integration
6+
Swagger UI 5.x Static Resources for Dropwizard Swagger Integration
77

88
This library is addon to Dropwizard Swagger Integration library provided by Vect0rPro.
99

10-
It can be used independently for loading Swagger UI 4.x under resources or can be used in conjuection with Dropwizard Swagger Integration.
10+
It can be used independently for loading Swagger UI 5.x under resources or can be used in conjuection with Dropwizard Swagger Integration.
1111

1212
Please refer to below link for more details:<br/>
1313
https://github.com/Vect0rPro/dropwizard-swagger
1414

15-
To use it as a standalone library to load Swagger UI 4.x resources, add the Maven dependency (available in Maven Central)
15+
To use it as a standalone library to load Swagger UI 5.x resources, add the Maven dependency (available in Maven Central)
1616

1717
```xml
1818
<dependency>
1919
<groupId>in.vectorpro.dropwizard</groupId>
2020
<artifactId>dropwizard-swagger-ui</artifactId>
21-
<version>4.19.1</version>
21+
<version>5.27.0</version>
2222
</dependency>
2323
```

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
<groupId>in.vectorpro.dropwizard</groupId>
2121
<artifactId>dropwizard-swagger-ui</artifactId>
22-
<version>4.19.1</version>
22+
<version>5.27.0</version>
2323

24-
<name>Swagger UI 4.x Static Resources</name>
25-
<description>Swagger UI 4.x Static Resources for Dropwizard Swagger Integration</description>
24+
<name>Swagger UI 5.x Static Resources</name>
25+
<description>Swagger UI 5.x Static Resources for Dropwizard Swagger Integration</description>
2626
<url>https://github.com/Vect0rPro/dropwizard-swagger-ui</url>
2727

2828
<inceptionYear>2021</inceptionYear>

src/main/resources/swagger-static/swagger-ui-bundle.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/swagger-static/swagger-ui-bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/swagger-static/swagger-ui-es-bundle-core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/swagger-static/swagger-ui-es-bundle-core.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/swagger-static/swagger-ui-es-bundle.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/swagger-static/swagger-ui-es-bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/swagger-static/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/swagger-static/swagger-ui-standalone-preset.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)