Skip to content

Commit 29ffd52

Browse files
committed
chore(deps): update dependency openapitools/openapi-generator to v7.25.0
1 parent 467f9e6 commit 29ffd52

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
@@ -68,17 +68,17 @@ case "${LANGUAGE}" in
6868
go)
6969
# When the GENERATOR_VERSION changes, migrate also the templates in templates/go
7070
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
71-
GENERATOR_VERSION="v7.24.0"
71+
GENERATOR_VERSION="v7.25.0"
7272
;;
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.25.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.25.0"
8282
;;
8383
*)
8484
echo "SDK language not supported."

0 commit comments

Comments
 (0)