Skip to content

Commit

Permalink
fix(deps): update dependency io.swagger.core.v3:swagger-core to v2.2.…
Browse files Browse the repository at this point in the history
…23 (#2119)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.swagger.core.v3:swagger-core](https://redirect.github.com/swagger-api/swagger-core)
| `2.2.22` -> `2.2.23` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.swagger.core.v3:swagger-core/2.2.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.swagger.core.v3:swagger-core/2.2.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.swagger.core.v3:swagger-core/2.2.22/2.2.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.swagger.core.v3:swagger-core/2.2.22/2.2.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swagger-api/swagger-core
(io.swagger.core.v3:swagger-core)</summary>

###
[`v2.2.23`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.23):
Swagger-core 2.2.23 released!

[Compare
Source](https://redirect.github.com/swagger-api/swagger-core/compare/v2.2.22...v2.2.23)

- refs
[#&#8203;4679](https://redirect.github.com/swagger-api/swagger-core/issues/4679)
- fix
[@&#8203;Schema](https://redirect.github.com/Schema)#implementation
resolving for OAS 3.1
([#&#8203;4720](https://redirect.github.com/swagger-api/swagger-core/issues/4720))
- Missing array type when using
[@&#8203;ArraySchema](https://redirect.github.com/ArraySchema)
([#&#8203;4700](https://redirect.github.com/swagger-api/swagger-core/issues/4700))
- fix
[#&#8203;4676](https://redirect.github.com/swagger-api/swagger-core/issues/4676)
- fix schema serialization with sort=true
([#&#8203;4677](https://redirect.github.com/swagger-api/swagger-core/issues/4677))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
  • Loading branch information
kpanot authored Sep 2, 2024
2 parents 4bbf402 + a9bae08 commit c1e6e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<properties>
<maven-plugin-version>1.0.0</maven-plugin-version>
<openapi-generator-version>7.8.0</openapi-generator-version>
<swagger-core.version>2.2.22</swagger-core.version>
<swagger-core.version>2.2.23</swagger-core.version>
<junit-version>4.8.1</junit-version>
<version>1.0.0</version>
<project.version>0.0.0</project.version>
Expand Down

0 comments on commit c1e6e8c

Please sign in to comment.