Skip to content

Commit 8860d4a

Browse files
fix(deps): update dependency org.openapitools:openapi-generator to v7.7.0 (#647)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.openapitools:openapi-generator](https://togithub.com/openapitools/openapi-generator) | `7.6.0` -> `7.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.openapitools:openapi-generator/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.openapitools:openapi-generator/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.openapitools:openapi-generator/7.6.0/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.openapitools:openapi-generator/7.6.0/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openapitools/openapi-generator (org.openapitools:openapi-generator)</summary> ### [`v7.7.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v7.7.0): released v7.7.0 stable release comes with 140+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community. For a full list of changes, please refer to the ["Pull Request"](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.7.0+) tab. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/line/line-bot-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0756058 commit 8860d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</dependencies>
127127
<properties>
128128
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
129-
<openapi-generator-version>7.6.0</openapi-generator-version>
129+
<openapi-generator-version>7.7.0</openapi-generator-version>
130130
<maven-plugin-version>1.0.0</maven-plugin-version>
131131
<junit-version>4.13.2</junit-version>
132132
</properties>

0 commit comments

Comments
 (0)