Skip to content

Commit

Permalink
Bump version.microprofile.impl.openapi from 3.0.1 to 3.13.0 (#1540)
Browse files Browse the repository at this point in the history
Bumps `version.microprofile.impl.openapi` from 3.0.1 to 3.13.0.

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

Updates `io.smallrye:smallrye-open-api` from 3.0.1 to 3.13.0
- [Release notes](https://github.com/smallrye/smallrye-open-api/releases)
- [Commits](smallrye/smallrye-open-api@3.0.1...3.13.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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3ce4e54 commit d954389
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-core</artifactId>
<version>3.10.0</version>
<version>3.13.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-core</artifactId>
<version>3.10.0</version>
<version>3.13.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-core</artifactId>
<version>3.10.0</version>
<version>3.13.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/mp-openapi-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version.arquillian.bom>1.7.1.Final</version.arquillian.bom>
<junit.version>4.13.2</junit.version>
<tomee.version>10.0.0-M3-SNAPSHOT</tomee.version>
<version.microprofile.impl.openapi>3.0.1</version.microprofile.impl.openapi>
<version.microprofile.impl.openapi>3.13.0</version.microprofile.impl.openapi>
<version.openapi-api>3.1.1</version.openapi-api>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<version.microprofile.impl.fault-tolerance>6.2.2</version.microprofile.impl.fault-tolerance>
<version.microprofile.impl.health>4.0.1</version.microprofile.impl.health>
<version.microprofile.impl.metrics>5.0.1</version.microprofile.impl.metrics>
<version.microprofile.impl.openapi>3.10.0</version.microprofile.impl.openapi>
<version.microprofile.impl.openapi>3.13.0</version.microprofile.impl.openapi>
<version.microprofile.impl.opentracing>3.0.3</version.microprofile.impl.opentracing>

<!-- Jackson and snakeyaml required by OpenAPI Impl -->
Expand Down

0 comments on commit d954389

Please sign in to comment.