Skip to content

Commit

Permalink
project update
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Jan 21, 2020
1 parent ab8ee27 commit 9e31fb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] -
## [1.2.28] -
## Changed
- Upgrade to spring-boot to 2.2.4.RELEASE
- Upgrade swagger-api to 2.1.1
- Upgrade swagger-ui to 3.24.3
- Make spring-security-oauth2 as optional for springdoc-openapi-security #359
- Improve support of response of responses overloading #354

## [1.2.27] -
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.4.RELEASE</version>
</parent>

<licenses>
Expand Down Expand Up @@ -67,8 +67,8 @@
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
<swagger-api.version>2.1.0</swagger-api.version>
<swagger-ui.version>3.24.0</swagger-ui.version>
<swagger-api.version>2.1.1</swagger-api.version>
<swagger-ui.version>3.24.3</swagger-ui.version>
<webjars-locator.version>0.38</webjars-locator.version>
<spring-security-oauth2.version>2.3.5.RELEASE</spring-security-oauth2.version>
</properties>
Expand Down

0 comments on commit 9e31fb1

Please sign in to comment.