From 55416358ebc5b69123d6ab245a62a4ba7b8ee484 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 22 Dec 2023 10:09:52 +0000
Subject: [PATCH 1/3] fix(deps): update dependency
org.openapitools:openapi-generator to v7.2.0 (#573)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![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.1.0` -> `7.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.openapitools:openapi-generator/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.openapitools:openapi-generator/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.openapitools:openapi-generator/7.1.0/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.openapitools:openapi-generator/7.1.0/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
openapitools/openapi-generator
(org.openapitools:openapi-generator)
###
[`v7.2.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v7.2.0):
released
#### General
- To fix infinite loop for allOf with single element in normalizer
[#17426](https://togithub.com/openapitools/openapi-generator/issues/17426)
- Fix build errors in JDK 21
[#17177](https://togithub.com/openapitools/openapi-generator/issues/17177)
- OpenAPI 3.1.0 Add webhooks support
[#17174](https://togithub.com/openapitools/openapi-generator/issues/17174)
- Add openapiGeneratorIgnoreList option to pre-populate
.openapi-generator-ignore
[#17164](https://togithub.com/openapitools/openapi-generator/issues/17164)
- Add openapi-normalizer rule to set tags to operationId
[#17161](https://togithub.com/openapitools/openapi-generator/issues/17161)
- Fix missing objects when defining inline anyOf, or oneOf
[#17141](https://togithub.com/openapitools/openapi-generator/issues/17141)
- Update Dockerfile (cli, online) to use
eclipse-temurin:17.0.3\_7-jre-focal
[#17139](https://togithub.com/openapitools/openapi-generator/issues/17139)
#### C
- \[C]\[Client] Use int\* as int or bool type function parameter
[#17179](https://togithub.com/openapitools/openapi-generator/issues/17179)
Breaking change (with fallback)
#### C++
- \[cpp-qt-client] pass QString by const reference instead of by value
[#16793](https://togithub.com/openapitools/openapi-generator/issues/16793)
#### C\#
- \[csharp]\[generichost] Handle obsolete params and methods
[#17344](https://togithub.com/openapitools/openapi-generator/issues/17344)
- \[csharp] Do not inherit additional properties
[#17140](https://togithub.com/openapitools/openapi-generator/issues/17140)
- \[csharp] Disabled GetHashCode generation
[#17039](https://togithub.com/openapitools/openapi-generator/issues/17039)
Breaking change (with fallback)
#### Dart
- \[BUG] \[dart-dio] Support for Analyzer configuration options changes
in Dart 3
[#17099](https://togithub.com/openapitools/openapi-generator/issues/17099)
#### Java
- \[webclient] explode query parameters support
[#17441](https://togithub.com/openapitools/openapi-generator/issues/17441)
- Implementing retry logic to restTemplate
[#17375](https://togithub.com/openapitools/openapi-generator/issues/17375)
- \[JavaSpring] Enable scopes for all security scheme types
[#17083](https://togithub.com/openapitools/openapi-generator/issues/17083)
#### JMeter
- \[jmeter] Fix exception when operationId has $
[#17125](https://togithub.com/openapitools/openapi-generator/issues/17125)
#### Kotlin
- \[kotlin-client] New generator: kotlin-jvm-spring-restclient (new
library)
[#17366](https://togithub.com/openapitools/openapi-generator/issues/17366)
- \[kotlin-client]\[multiplatform] add iosSimulatorArm64 target
[#17058](https://togithub.com/openapitools/openapi-generator/issues/17058)
#### Go
- \[go-server] Add ability to handle nullable query parameter
[#17321](https://togithub.com/openapitools/openapi-generator/issues/17321)
- \[Go] fix validation of property names when a model has required
fields and doesn't allow additional properties
[#17267](https://togithub.com/openapitools/openapi-generator/issues/17267)
#### PHP
- Fix PHP constructor docblock
[#17324](https://togithub.com/openapitools/openapi-generator/issues/17324)
- Fix parameter names in Configuration
[#17305](https://togithub.com/openapitools/openapi-generator/issues/17305)
\-Add enum name mapping support to PHP generators
[#17195](https://togithub.com/openapitools/openapi-generator/issues/17195)
- \[PHP-NG] check if json_decode was able to decode response
[#17120](https://togithub.com/openapitools/openapi-generator/issues/17120)
- \[PHP-NG] convert data to string before giving it to preg_match
[#17119](https://togithub.com/openapitools/openapi-generator/issues/17119)
#### Postman
- \[POSTMAN] Skip escaping request name
[#17394](https://togithub.com/openapitools/openapi-generator/issues/17394)
#### PowerShell
- Use $Response.Content for deserializing response
[#17342](https://togithub.com/openapitools/openapi-generator/issues/17342)
#### Python
- \[python] Fix exception in request body with enum ref
[#17438](https://togithub.com/openapitools/openapi-generator/issues/17438)
- \[python] fix: Annotate free-form object as dict in Python
[#17082](https://togithub.com/openapitools/openapi-generator/issues/17082)
- \[python]\[Feat] Deserialize error responses
[#17038](https://togithub.com/openapitools/openapi-generator/issues/17038)
- Add socks5 proxy support for OpenAPI generated python client
[#16918](https://togithub.com/openapitools/openapi-generator/issues/16918)
#### Ruby
- Ruby Client for Faraday: fix file downloading
[#17333](https://togithub.com/openapitools/openapi-generator/issues/17333)
- \[Ruby] Add model name mapping support to ruby client generator
[#17408](https://togithub.com/openapitools/openapi-generator/issues/17408)
#### Rust
- Add enum name mapping feature to the Rust generators
[#17290](https://togithub.com/openapitools/openapi-generator/issues/17290)
- include {min|max}Items validation in rust-server models
[#17201](https://togithub.com/openapitools/openapi-generator/issues/17201)
#### Scala
- Add scala-pekko client generator (new generator)
[#17417](https://togithub.com/openapitools/openapi-generator/issues/17417)
- \[scala-akka-client] Scala Akka client does not support arbitrary
query string parameters
[#17386](https://togithub.com/openapitools/openapi-generator/issues/17386)
#### Swift
- Fix swift5 binary upload
[#17422](https://togithub.com/openapitools/openapi-generator/issues/17422)
- \[Swift5] add enum name mapping option
[#17297](https://togithub.com/openapitools/openapi-generator/issues/17297)
#### TypeScript
- fix(typescript-axios): use baseURL of (custom) axios instance
[#17296](https://togithub.com/openapitools/openapi-generator/issues/17296)
- Generalized mime type support
[#17285](https://togithub.com/openapitools/openapi-generator/issues/17285)
- \[typescript-axios] Upgrade to axios@^1
[#14518](https://togithub.com/openapitools/openapi-generator/issues/14518)
#### Zapier
- \[Zapier] Updated some dependencies
[#17420](https://togithub.com/openapitools/openapi-generator/issues/17420)
- \[ZAPIER] added required fields to zapier models generation
[#17115](https://togithub.com/openapitools/openapi-generator/issues/17115)
---
### 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.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
generator/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/pom.xml b/generator/pom.xml
index 88dbabca6..d5c3f7ca1 100644
--- a/generator/pom.xml
+++ b/generator/pom.xml
@@ -126,7 +126,7 @@
UTF-8
- 7.1.0
+ 7.2.01.0.04.13.2
From 70cb53aedea3ec1671a319ecd2fa98de9ea41360 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 23 Dec 2023 01:51:51 +0000
Subject: [PATCH 2/3] chore(deps): update dependency black to v23.12.1 (#575)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [black](https://togithub.com/psf/black)
([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) |
`==23.12.0` -> `==23.12.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.12.0/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.12.0/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
psf/black (black)
###
[`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121)
[Compare
Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1)
##### Packaging
- Fixed a bug that included dependencies from the `d` extra by default
([#4108](https://togithub.com/psf/black/issues/4108))
---
### 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.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
requirements-dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index f605d8936..b9a0117aa 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -6,4 +6,4 @@ sphinx>=2
sphinx_rtd_theme
pypandoc
twine
-black==23.12.0
+black==23.12.1
From 52140cd75c9ea61564bafa7ba7536e648d5a0f14 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 24 Dec 2023 13:50:42 +0000
Subject: [PATCH 3/3] chore(deps): update dependency
org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 (#577)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![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.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/)
| `3.12.0` -> `3.12.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-compiler-plugin/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-compiler-plugin/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-compiler-plugin/3.12.0/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-compiler-plugin/3.12.0/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### 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.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
generator/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/pom.xml b/generator/pom.xml
index d5c3f7ca1..c8745c567 100644
--- a/generator/pom.xml
+++ b/generator/pom.xml
@@ -98,7 +98,7 @@
org.apache.maven.pluginsmaven-compiler-plugin
- 3.12.0
+ 3.12.11.8