Skip to content

Commit

Permalink
- Upgrade spring-boot to 3.4.0
Browse files Browse the repository at this point in the history
- Upgrade swagger-core to 2.2.26
- Upgrade swagger-ui to 5.18.2
- Upgrade spring-security-oauth2-authorization-server to 1.4.0
  • Loading branch information
bnasslahsen committed Nov 23, 2024
1 parent ee2dfc4 commit b04a2c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [2.7.0] - 2024-23-11

### Added
- #2777 - Add SortAsQueryParam annotation

### Changed
- 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

## [2.7.0-RC1] - 2024-11-06

### Added
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-RC1</version>
<version>3.4.0</version>
</parent>

<licenses>
Expand Down Expand Up @@ -60,13 +60,13 @@
<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.2.25</swagger-api.version>
<swagger-ui.version>5.18.1</swagger-ui.version>
<swagger-api.version>2.2.26</swagger-api.version>
<swagger-ui.version>5.18.2</swagger-ui.version>
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
<jjwt.version>0.9.1</jjwt.version>
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
<spring-cloud-function.version>4.2.0-M1</spring-cloud-function.version>
<spring-security-oauth2-authorization-server.version>1.4.0-M2</spring-security-oauth2-authorization-server.version>
<spring-security-oauth2-authorization-server.version>1.4.0</spring-security-oauth2-authorization-server.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit b04a2c0

Please sign in to comment.