Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump smallrye-open-api.version from 3.1.1 to 3.1.2 #30881

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2023

Bumps smallrye-open-api.version from 3.1.1 to 3.1.2.
Updates smallrye-open-api-core from 3.1.1 to 3.1.2

Release notes

Sourced from smallrye-open-api-core's releases.

3.1.2

  • #1348 Bump spring-webmvc from 5.3.24 to 5.3.25
  • #1346 Bump com.github.vlsi.jandex from 1.85 to 1.86 in /tools/gradle-plugin
  • #1345 Bump com.github.vlsi.jandex from 1.84 to 1.85 in /tools/gradle-plugin
  • #1344 Gradle plugin: Fix circular task dependency with Quarkus plugin
  • #1343 Bump Gradle version from 7.5.1 to 7.6
  • #1342 Use Maven managed versions for junit and jackson in Gradle plugin
  • #1341 Consider parent interface type variables on resolver stack
  • #1340 Bump assertj-core from 3.23.1 to 3.24.1 in /tools/gradle-plugin
  • #1339 Gradle plugin crashes with Jackson-related stacktrace
  • #1338 Bump json5 and babel-loader in /ui/open-api-ui-forms
  • #1337 Bump fast-json-patch from 3.1.0 to 3.1.1 in /ui/open-api-ui-forms
  • #1336 Bounded generics are not properly mapped to OpenApi schema
  • #1335 Gradle Plugin: Circular Dependency
  • #1332 Update GitHub actions
  • #1321 Schemas for classes in dependency JARs never generated
Commits
  • 985c55a [maven-release-plugin] prepare release 3.1.2
  • cf8aa16 Release 3.1.2 (#1349)
  • dfbdab3 Bump spring-webmvc from 5.3.24 to 5.3.25 (#1348)
  • 4a317fc Bump com.github.vlsi.jandex from 1.85 to 1.86 in /tools/gradle-plugin (#1346)
  • 17b68cf Bump com.github.vlsi.jandex from 1.84 to 1.85 in /tools/gradle-plugin (#1345)
  • 64000ce Gradle plugin: Fix circular task dependency with Quarkus plugin (#1344)
  • 8a03ff3 Bump Gradle version from 7.5.1 to 7.6 (#1343)
  • 30597cb Fix scanDependenciesDisable usage in Gradle plugin, use Maven managed versi...
  • 85f74ad Consider parent interface type variables on resolver stack (#1341)
  • 7f878ec Bump assertj-core from 3.23.1 to 3.24.1 in /tools/gradle-plugin (#1340)
  • Additional commits viewable in compare view

Updates smallrye-open-api-jaxrs from 3.1.1 to 3.1.2

Updates smallrye-open-api-spring from 3.1.1 to 3.1.2

Updates smallrye-open-api-vertx from 3.1.1 to 3.1.2

Updates smallrye-open-api-ui from 3.1.1 to 3.1.2

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps `smallrye-open-api.version` from 3.1.1 to 3.1.2.

Updates `smallrye-open-api-core` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/smallrye/smallrye-open-api/releases)
- [Commits](smallrye/smallrye-open-api@3.1.1...3.1.2)

Updates `smallrye-open-api-jaxrs` from 3.1.1 to 3.1.2

Updates `smallrye-open-api-spring` from 3.1.1 to 3.1.2

Updates `smallrye-open-api-vertx` from 3.1.1 to 3.1.2

Updates `smallrye-open-api-ui` from 3.1.1 to 3.1.2

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-open-api-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.smallrye:smallrye-open-api-jaxrs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.smallrye:smallrye-open-api-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.smallrye:smallrye-open-api-vertx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.smallrye:smallrye-open-api-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Feb 4, 2023
@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 4, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 4, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet gsmet merged commit b48acf8 into main Feb 5, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 5, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 5, 2023
@dependabot dependabot bot deleted the dependabot/maven/smallrye-open-api.version-3.1.2 branch February 5, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/smallrye kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant