File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ] -
7
+ ## [ 1.2.28 ] -
8
8
## Changed
9
+ - Upgrade to spring-boot to 2.2.4.RELEASE
10
+ - Upgrade swagger-api to 2.1.1
11
+ - Upgrade swagger-ui to 3.24.3
12
+ - Make spring-security-oauth2 as optional for springdoc-openapi-security #359
9
13
- Improve support of response of responses overloading #354
10
14
11
15
## [ 1.2.27] -
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >2.2.1 .RELEASE</version >
15
+ <version >2.2.4 .RELEASE</version >
16
16
</parent >
17
17
18
18
<licenses >
67
67
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
68
68
<maven-release-plugin .version>2.5.3</maven-release-plugin .version>
69
69
<nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
70
- <swagger-api .version>2.1.0 </swagger-api .version>
71
- <swagger-ui .version>3.24.0 </swagger-ui .version>
70
+ <swagger-api .version>2.1.1 </swagger-api .version>
71
+ <swagger-ui .version>3.24.3 </swagger-ui .version>
72
72
<webjars-locator .version>0.38</webjars-locator .version>
73
73
<spring-security-oauth2 .version>2.3.5.RELEASE</spring-security-oauth2 .version>
74
74
</properties >
You can’t perform that action at this time.
0 commit comments