Skip to content

Commit 958c79a

Browse files
committed
Merge swagger-core 2.2.55 upgrade
2 parents 186adb3 + cf7d7c7 commit 958c79a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Document that the MCP approval flow is a confirmation step, not an authorization control
3333
- Document the security policy and the release versioning scheme
3434
- #3351`java.time.Duration`, `LocalTime` and `OffsetTime` are now resolved by swagger-core instead of being forced to a bare `string`, so they carry a `format` (`duration` and `partial-time` respectively for the first two)
35-
- Upgrade swagger-core to version **2.2.54**
35+
- A property whose type only implements `Set` indirectly (`LinkedHashSet`, `TreeSet`, …) is now described with `uniqueItems: true`, following [swagger-api/swagger-core#5265](https://github.com/swagger-api/swagger-core/pull/5265)
36+
- Upgrade swagger-core to version **2.2.55**
3637
- Upgrade swagger-ui to version **5.32.14**
3738

3839
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<central-publishing-maven-plugin.version>0.11.0
6060
</central-publishing-maven-plugin.version>
6161
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
62-
<swagger-api.version>2.2.54</swagger-api.version>
62+
<swagger-api.version>2.2.55</swagger-api.version>
6363
<swagger-ui.version>5.32.14</swagger-ui.version>
6464
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6565
<jjwt.version>0.9.1</jjwt.version>

springdoc-openapi-tests/springdoc-openapi-kotlin-webmvc-tests/src/test/resources/results/3.1.0/app3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"type": "array",
9797
"items": {
9898
"type": "string"
99-
}
99+
},
100+
"uniqueItems": true
100101
}
101102
},
102103
"required": [

0 commit comments

Comments
 (0)