Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate-sdk/generate-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ go)
python)
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
GENERATOR_VERSION="v7.14.0"
GENERATOR_VERSION="v7.19.0"
;;
java)
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
Expand Down
Loading