Skip to content

Commit e02624c

Browse files
committed
chore(deps): update dependency openapitools/openapi-generator to v7.24.0
1 parent b0ea040 commit e02624c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/generate-sdk/generate-sdk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ case "${LANGUAGE}" in
5656
go)
5757
# When the GENERATOR_VERSION changes, migrate also the templates in templates/go
5858
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
59-
GENERATOR_VERSION="v7.22.0"
59+
GENERATOR_VERSION="v7.24.0"
6060
;;
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)