Skip to content

Commit

Permalink
⬆️ Upgrade openapi gen tool dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Jul 8, 2024
1 parent 8ed206f commit 092f1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-open-api-spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#
##########################################################################################

SWAGGER_GEN_CONTAINER="docker.io/swaggerapi/swagger-codegen-cli:2.4.39"
OPENAPI_GEN_CONTAINER="docker.io/openapitools/openapi-generator-cli:v7.5.0"
SWAGGER_GEN_CONTAINER="docker.io/swaggerapi/swagger-codegen-cli:2.4.41"
OPENAPI_GEN_CONTAINER="docker.io/openapitools/openapi-generator-cli:v7.7.0"

# Ensure the script is running from the directory containing this script
cd $(dirname $0)
Expand Down

0 comments on commit 092f1e8

Please sign in to comment.