Skip to content

Commit 2d8c2dd

Browse files
committed
chore(deps): update dependency openapitools/openapi-generator to v7.16.0
1 parent be59613 commit 2d8c2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-sdk/generate-sdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ go)
6060
python)
6161
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
6262
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
63-
GENERATOR_VERSION="v7.14.0"
63+
GENERATOR_VERSION="v7.16.0"
6464
;;
6565
java)
6666
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
6767
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
68-
GENERATOR_VERSION="v7.15.0"
68+
GENERATOR_VERSION="v7.16.0"
6969
;;
7070
*)
7171
echo "SDK language not supported."

0 commit comments

Comments
 (0)