Skip to content

Commit

Permalink
revert back to version of swagger-core 2.2.25
Browse files Browse the repository at this point in the history
Jackson-databind reflection problem with swagger-core
  • Loading branch information
bnasslahsen committed Nov 23, 2024
1 parent 7e2991c commit 7226c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<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.26</swagger-api.version>
<swagger-api.version>2.2.25</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>
Expand Down

0 comments on commit 7226c45

Please sign in to comment.