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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ] -
7+ ## [ 1.2.28 ] -
88## 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
913- Improve support of response of responses overloading #354
1014
1115## [ 1.2.27] -
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.springframework.boot</groupId >
1414 <artifactId >spring-boot-starter-parent</artifactId >
15- <version >2.2.1 .RELEASE</version >
15+ <version >2.2.4 .RELEASE</version >
1616 </parent >
1717
1818 <licenses >
6767 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
6868 <maven-release-plugin .version>2.5.3</maven-release-plugin .version>
6969 <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>
7272 <webjars-locator .version>0.38</webjars-locator .version>
7373 <spring-security-oauth2 .version>2.3.5.RELEASE</spring-security-oauth2 .version>
7474 </properties >
You can’t perform that action at this time.
0 commit comments