Skip to content

Commit 0f44308

Browse files
committed
chore(deps): update dependency openapitools/openapi-generator to v7.24.0
1 parent 864a344 commit 0f44308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/generate-sdk/generate-sdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ go)
6161
python)
6262
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
6363
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
64-
GENERATOR_VERSION="v7.22.0"
64+
GENERATOR_VERSION="v7.24.0"
6565
;;
6666
java)
6767
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
6868
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
69-
GENERATOR_VERSION="v7.19.0"
69+
GENERATOR_VERSION="v7.24.0"
7070
;;
7171
*)
7272
echo "SDK language not supported."

0 commit comments

Comments
 (0)