Skip to content

Commit 230a481

Browse files
authored
Merge pull request #8 from bitly/chore/openapi-generator-7.23
chore: upgrade OpenAPI Generator CLI to 7.23.0
2 parents 7dbe728 + 3dcccd2 commit 230a481

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)