Skip to content

Commit b04a2c0

Browse files
committed
- Upgrade spring-boot to 3.4.0
- Upgrade swagger-core to 2.2.26 - Upgrade swagger-ui to 5.18.2 - Upgrade spring-security-oauth2-authorization-server to 1.4.0
1 parent ee2dfc4 commit b04a2c0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.7.0] - 2024-23-11
9+
10+
### Added
11+
- #2777 - Add SortAsQueryParam annotation
12+
13+
### Changed
14+
- Upgrade spring-boot to 3.4.0
15+
- Upgrade swagger-core to 2.2.26
16+
- Upgrade swagger-ui to 5.18.2
17+
- Upgrade spring-security-oauth2-authorization-server to 1.4.0
18+
819
## [2.7.0-RC1] - 2024-11-06
920

1021
### Added

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.4.0-RC1</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<licenses>
@@ -60,13 +60,13 @@
6060
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
6161
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
6262
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
63-
<swagger-api.version>2.2.25</swagger-api.version>
64-
<swagger-ui.version>5.18.1</swagger-ui.version>
63+
<swagger-api.version>2.2.26</swagger-api.version>
64+
<swagger-ui.version>5.18.2</swagger-ui.version>
6565
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6666
<jjwt.version>0.9.1</jjwt.version>
6767
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
6868
<spring-cloud-function.version>4.2.0-M1</spring-cloud-function.version>
69-
<spring-security-oauth2-authorization-server.version>1.4.0-M2</spring-security-oauth2-authorization-server.version>
69+
<spring-security-oauth2-authorization-server.version>1.4.0</spring-security-oauth2-authorization-server.version>
7070
</properties>
7171

7272
<dependencyManagement>

0 commit comments

Comments
 (0)