Skip to content

Commit baa127a

Browse files
authored
chore(deps): bump swagger.version from 2.2.42 to 2.2.43 [skip ci]
Bumps `swagger.version` from 2.2.42 to 2.2.43. Updates `io.swagger.core.v3:swagger-core` from 2.2.42 to 2.2.43 Release notes *Sourced from [io.swagger.core.v3:swagger-core's releases](https://github.com/swagger-api/swagger-core/releases).* > Swagger-core 2.2.43 released! > ----------------------------- > > * fix: add missing [`@​ArraysSchema`](https://github.com/ArraysSchema).arraySchema properties ([#5049](https://redirect.github.com/swagger-api/swagger-core/issues/5049)) > * refactor: introduce class responsible for how bean validation annotations affect schemas ([#5047](https://redirect.github.com/swagger-api/swagger-core/issues/5047)) > * fix: treat example values starting with numbers as strings ([#5046](https://redirect.github.com/swagger-api/swagger-core/issues/5046)) > * refactor: add an overloaded method for resolving required so that the field type can be utilized ([#5042](https://redirect.github.com/swagger-api/swagger-core/issues/5042)) > * test: Add test showing how [`@​JsonSubTypes`](https://github.com/JsonSubTypes) can be used with [`@​Schema-oneOf`](https://github.com/Schema-oneOf) annotations ([#5030](https://redirect.github.com/swagger-api/swagger-core/issues/5030)) > * chore: update commons-lang3 to 3.20 ([#5026](https://redirect.github.com/swagger-api/swagger-core/issues/5026)) Commits * [`48b8686`](swagger-api/swagger-core@48b8686) prepare release 2.2.43 ([#5056](https://redirect.github.com/swagger-api/swagger-core/issues/5056)) * [`5e50128`](swagger-api/swagger-core@5e50128) refactor: introduce class responsible for how bean validation annotations aff... * [`75b8a35`](swagger-api/swagger-core@75b8a35) fix: add missing [`@​ArraysSchema`](https://github.com/ArraysSchema).arraySchema properties ([#5049](https://redirect.github.com/swagger-api/swagger-core/issues/5049)) * [`ca35ba7`](swagger-api/swagger-core@ca35ba7) fix: treat example values starting with numbers as strings ([#5046](https://redirect.github.com/swagger-api/swagger-core/issues/5046)) * [`adf4597`](swagger-api/swagger-core@adf4597) test: add test showing how JsonSubtypes and Schema oneOf annotations behave t... * [`a66e10f`](swagger-api/swagger-core@a66e10f) refactor: add overloaded method to resolve required mode from field type * [`1fcd919`](swagger-api/swagger-core@1fcd919) chore: update commons-lang3 to 3.20 ([#5026](https://redirect.github.com/swagger-api/swagger-core/issues/5026)) * [`052e332`](swagger-api/swagger-core@052e332) bump snapshot 2.2.43-SNAPSHOT ([#5039](https://redirect.github.com/swagger-api/swagger-core/issues/5039)) * See full diff in [compare view](swagger-api/swagger-core@v2.2.42...v2.2.43) Updates `io.swagger.core.v3:swagger-annotations` from 2.2.42 to 2.2.43 Updates `io.swagger.core.v3:swagger-models` from 2.2.42 to 2.2.43 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents 11d5bc1 + b68ff7d commit baa127a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<properties>
3737
<metrics.version>4.2.19</metrics.version>
3838
<micrometer.version>1.16.3</micrometer.version>
39-
<swagger.version>2.2.42</swagger.version>
39+
<swagger.version>2.2.43</swagger.version>
4040
<swagger-parser.version>2.1.37</swagger-parser.version>
4141
</properties>
4242

0 commit comments

Comments
 (0)