Skip to content

Commit 3dcccd2

Browse files
committed
chore: upgrade OpenAPI Generator CLI to 7.23.0
1 parent a4b4a4c commit 3dcccd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/openapi-generator-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR=$(dirname "$SCRIPT_PATH")
44
VENDOR_DIR=$SCRIPT_DIR/../vendor
55

66
# https://github.com/OpenAPITools/openapi-generator/releases
7-
VERSION=7.21.0
7+
VERSION=7.23.0
88
SOURCE=https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${VERSION}/openapi-generator-cli-${VERSION}.jar
99
FILENAME=$(basename $SOURCE)
1010
mkdir -p $VENDOR_DIR

0 commit comments

Comments
 (0)