File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
19
## [ 2.7.0-RC1] - 2024-11-06
9
20
10
21
### Added
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >3.4.0-RC1 </version >
14
+ <version >3.4.0</version >
15
15
</parent >
16
16
17
17
<licenses >
60
60
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
61
61
<maven-release-plugin .version>2.5.3</maven-release-plugin .version>
62
62
<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>
65
65
<gmavenplus-plugin .version>1.13.1</gmavenplus-plugin .version>
66
66
<jjwt .version>0.9.1</jjwt .version>
67
67
<therapi-runtime-javadoc .version>0.15.0</therapi-runtime-javadoc .version>
68
68
<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>
70
70
</properties >
71
71
72
72
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments