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.2.0 to 3.3.0 #31683

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2023

Bumps smallrye-open-api.version from 3.2.0 to 3.3.0.
Updates smallrye-open-api-core from 3.2.0 to 3.3.0

Release notes

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

3.3.0

  • #1396 Bump swagger-ui-dist from 4.17.0 to 4.17.1
  • #1395 Ensure stable filter iteration order
  • #1394 Post-Jakarta migration cleanup, bump TCK runtime to EE 10 versions
  • #1392 Bump swagger-ui-dist from 4.16.1 to 4.17.0
  • #1391 Bump microprofile-rest-client from 2.0.0.Final to 2.1.0.Final
  • #1390 Ignore synthetic methods during parameter scan
  • #1389 Allow for alternate properties file to determine MP OpenAPI spec level
  • #1388 Bump maven-plugin-annotations from 3.7.1 to 3.8.1
  • #1387 Bump swagger-ui-dist from 4.16.0 to 4.16.1
  • #1386 Bump maven-plugin-plugin from 3.7.1 to 3.8.1
  • #1385 Bump swagger-ui-dist from 4.15.5 to 4.16.0
  • #1384 Switch to smallrye-parent version 39
  • #1382 remove duplicates in JAXRS scanner by comparing thier fqcn (dotname)
  • #1379 OpenAPI scanner reports duplicate operation id for exactly the same methods of the same class
  • #1378 Remove management of maven-surefire-plugin from JAX-RS module
  • #1376 Bump arquillian-bom from 1.7.0.Alpha10 to 1.7.0.Alpha14
  • #1369 Add configuration option to specify resource classes
  • #1360 Represent Java BaseStream as array of T in generated schema
  • #1359 Scan Stream as array of T
  • #1333 Don't require the pom.properties file to be present on the classpath
  • #1292 QueryParams merged when using kotlin suspend
  • #1256 Duplicate path params for subresources that reference param multiple times
Commits
  • 3339990 [maven-release-plugin] prepare release 3.3.0
  • b0cfcee Release 3.3.0 (#1397)
  • d2948c9 Represent Java BaseStream<T, S> as array of T in generated schema (#1360)
  • dcb47e3 Ensure stable filter iteration order (#1395)
  • 1f053cf Bump swagger-ui-dist from 4.17.0 to 4.17.1 (#1396)
  • 7969769 Post-Jakarta migration cleanup, bump TCK runtime to EE 10 versions (#1394)
  • bb4f953 Bump swagger-ui-dist from 4.16.1 to 4.17.0 (#1392)
  • 5f08b28 Bump microprofile-rest-client from 2.0.0.Final to 2.1.0.Final (#1391)
  • 170c3db Allow for alternate properties file to determine MP OpenAPI spec level (#1389)
  • ee4723f Ignore synthetic methods during parameter scan (#1390)
  • Additional commits viewable in compare view

Updates smallrye-open-api-jaxrs from 3.2.0 to 3.3.0

Updates smallrye-open-api-spring from 3.2.0 to 3.3.0

Updates smallrye-open-api-vertx from 3.2.0 to 3.3.0

Updates smallrye-open-api-ui from 3.2.0 to 3.3.0

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.2.0 to 3.3.0.

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

Updates `smallrye-open-api-jaxrs` from 3.2.0 to 3.3.0

Updates `smallrye-open-api-spring` from 3.2.0 to 3.3.0

Updates `smallrye-open-api-vertx` from 3.2.0 to 3.3.0

Updates `smallrye-open-api-ui` from 3.2.0 to 3.3.0

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Mar 8, 2023
@gsmet
Copy link
Member

gsmet commented Mar 8, 2023

Closing as we already have: #31671

@gsmet gsmet closed this Mar 8, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Mar 8, 2023
@dependabot dependabot bot deleted the dependabot/maven/smallrye-open-api.version-3.3.0 branch March 8, 2023 12:01
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/kotlin area/smallrye triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant