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
…27 (main) (#2615)

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.26` -> `2.2.27` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.swagger.core.v3:swagger-core/2.2.27?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.27?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.26/2.2.27?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.26/2.2.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

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

- fix:
[https://github.com/swagger-api/swagger-ui/issues/10220](https://redirect.github.com/swagger-api/swagger-ui/issues/10220)
([#&#8203;4806](https://redirect.github.com/swagger-api/swagger-core/issues/4806))
- Fix for record component annotations on fields with JsonProperty
annotations
([#&#8203;4795](https://redirect.github.com/swagger-api/swagger-core/issues/4795))
- Fix java.lang.NullPointerException and remove stack trace output from
ModelResolver
([#&#8203;4793](https://redirect.github.com/swagger-api/swagger-core/issues/4793))
- Move applySchemaResolution check to a method
([#&#8203;4791](https://redirect.github.com/swagger-api/swagger-core/issues/4791))
- feat(gradle-plugin): enable lazy evaluation, implicit task
dependencies and fixing `setEncoding`
([#&#8203;4761](https://redirect.github.com/swagger-api/swagger-core/issues/4761))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
  • Loading branch information
kpanot authored Jan 7, 2025
2 parents cda4545 + bcf6b61 commit f10c0c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>2.2.26</version>
<version>2.2.27</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
Expand Down

0 comments on commit f10c0c3

Please sign in to comment.