Skip to content

Commit

Permalink
Bump version.eclipse.microprofile.openapi from 3.1 to 3.1.1 (#1672)
Browse files Browse the repository at this point in the history
* Bump version.eclipse.microprofile.openapi from 3.1 to 3.1.1

Bumps `version.eclipse.microprofile.openapi` from 3.1 to 3.1.1.

Updates `org.eclipse.microprofile.openapi:microprofile-openapi-api` from 3.1 to 3.1.1
- [Release notes](https://github.com/eclipse/microprofile-open-api/releases)
- [Commits](microprofile/microprofile-open-api@3.1...3.1.1)

Updates `org.eclipse.microprofile.openapi:microprofile-openapi-tck` from 3.1 to 3.1.1
- [Release notes](https://github.com/eclipse/microprofile-open-api/releases)
- [Commits](microprofile/microprofile-open-api@3.1...3.1.1)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-tck
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Run MP OpenAPI 3.1.1 TCK in CI jobs

Signed-off-by: Michael Edgar <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Michael Edgar <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Edgar <[email protected]>
  • Loading branch information
dependabot[bot] and MikeEdgar authored Dec 4, 2023
1 parent 2af4bdc commit 47ae4c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
include:
- tck-version: "2.0.1"
- tck-version: "3.0"
- tck-version: "3.1"
- tck-version: "3.1.1"

name: MicroProfile OpenAPI TCK ${{ matrix.tck-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
include:
- tck-version: "2.0.1"
- tck-version: "3.0"
- tck-version: "3.1"
- tck-version: "3.1.1"

name: MicroProfile OpenAPI TCK ${{ matrix.tck-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version.eclipse.microprofile.config>3.0.3</version.eclipse.microprofile.config>
<version.io.smallrye.jandex>3.1.6</version.io.smallrye.jandex>
<version.io.smallrye.smallrye-config>3.2.1</version.io.smallrye.smallrye-config>
<version.eclipse.microprofile.openapi>3.1</version.eclipse.microprofile.openapi>
<version.eclipse.microprofile.openapi>3.1.1</version.eclipse.microprofile.openapi>
<version.org.hamcrest>1.3</version.org.hamcrest>
<version.org.hamcrest.java-hamcrest>2.0.0.0</version.org.hamcrest.java-hamcrest>
<version.org.skyscreamer>1.5.1</version.org.skyscreamer>
Expand Down

0 comments on commit 47ae4c6

Please sign in to comment.