Skip to content

Commit 9bd30d4

Browse files
authored
chore(deps): update dependency io.swagger.core.v3:swagger-core to v2.2.44 (main) (#4039)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.swagger.core.v3:swagger-core](https://redirect.github.com/swagger-api/swagger-core) | `2.2.43` → `2.2.44` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.swagger.core.v3:swagger-core/2.2.44?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.swagger.core.v3:swagger-core/2.2.43/2.2.44?slim=true) | --- ### Release Notes <details> <summary>swagger-api/swagger-core (io.swagger.core.v3:swagger-core)</summary> ### [`v2.2.44`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.44): Swagger-core 2.2.44 released! - fix: add empty default value ([#&#8203;4838](https://redirect.github.com/swagger-api/swagger-core/issues/4838)) ([#&#8203;5063](https://redirect.github.com/swagger-api/swagger-core/issues/5063)) - fix: null values in examples, example and default ([#&#8203;4339](https://redirect.github.com/swagger-api/swagger-core/issues/4339), [#&#8203;4229](https://redirect.github.com/swagger-api/swagger-core/issues/4229)) ([#&#8203;5060](https://redirect.github.com/swagger-api/swagger-core/issues/5060)) - fix: do not set schema.nullable for OAS 3.1 ([#&#8203;5059](https://redirect.github.com/swagger-api/swagger-core/issues/5059)) - fix: calculate sibling properties based upon whether the schema is the array or the item in the array ([#&#8203;5055](https://redirect.github.com/swagger-api/swagger-core/issues/5055)) - fix: OAS 3.1 schema generation for raw Object properties ([#&#8203;5034](https://redirect.github.com/swagger-api/swagger-core/issues/5034)) - feat: Multiple SecurityRequirement annotations with AND condition [#&#8203;3556](https://redirect.github.com/swagger-api/swagger-core/issues/3556) ([#&#8203;5025](https://redirect.github.com/swagger-api/swagger-core/issues/5025)) - bug fix propertyNames schema is not removed as unreferenced by SpecFilter [#&#8203;5017](https://redirect.github.com/swagger-api/swagger-core/issues/5017) ([#&#8203;5020](https://redirect.github.com/swagger-api/swagger-core/issues/5020)) - 5001: Add support for [@&#8203;Nullable](https://redirect.github.com/Nullable) annotations in OpenAPI 3.1 schemas ([#&#8203;5018](https://redirect.github.com/swagger-api/swagger-core/issues/5018)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/AmadeusITGroup/otter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2 parents 4d83b33 + c9e99e5 commit 9bd30d4

File tree

1 file changed

+1
-1
lines changed
  • packages/@ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript

1 file changed

+1
-1
lines changed

packages/@ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>io.swagger.core.v3</groupId>
9292
<artifactId>swagger-core</artifactId>
93-
<version>2.2.43</version>
93+
<version>2.2.44</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.openapitools</groupId>

0 commit comments

Comments
 (0)