Skip to content

Commit 6a9c15c

Browse files
author
bnasslahsen
committed
Upgrade swagger-api to 3.25.1
1 parent 00b2e02 commit 6a9c15c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [1.3.4] - 2020-04-19
88
### Fixed
99
- #583 - Crash on startup with 1.3.3 for kotlin app not using kotlinx-coroutines-reactor.
10+
### Changed
11+
- Upgrade swagger-api to 3.25.1
1012

1113
## [1.3.3] - 2020-04-18
1214
### Added

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
7373
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
7474
<swagger-api.version>2.1.2</swagger-api.version>
75-
<swagger-ui.version>3.25.0</swagger-ui.version>
75+
<swagger-ui.version>3.25.1</swagger-ui.version>
7676
<spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
7777
<classgraph.version>4.8.44</classgraph.version>
7878
</properties>

0 commit comments

Comments
 (0)