Skip to content

Commit 9e31fb1

Browse files
author
bnasslahsen
committed
project update
1 parent ab8ee27 commit 9e31fb1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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] -

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -67,8 +67,8 @@
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>

0 commit comments

Comments
 (0)