Skip to content

Commit 2351ea8

Browse files
committed
chore(deps): update dependency openapitools/openapi-generator to v7.24.0
1 parent 0309f5c commit 2351ea8

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
@@ -73,12 +73,12 @@ go)
7373
python)
7474
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
7575
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
76-
GENERATOR_VERSION="v7.22.0"
76+
GENERATOR_VERSION="v7.24.0"
7777
;;
7878
java)
7979
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
8080
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
81-
GENERATOR_VERSION="v7.19.0"
81+
GENERATOR_VERSION="v7.24.0"
8282
;;
8383
*)
8484
echo "SDK language not supported."

0 commit comments

Comments
 (0)