Skip to content

Commit

Permalink
chore(deps): update openapi-generator to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 26, 2023
1 parent d5c3aae commit 0b98b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/openapitools.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generator-cli": {
"version": "7.1.0",
"version": "7.2.0",
"generators": {
"javascript-algoliasearch": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/algoliasearch",
Expand Down
2 changes: 1 addition & 1 deletion generators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
compileOnly 'org.openapitools:openapi-generator:7.1.0'
compileOnly 'org.openapitools:openapi-generator:7.2.0'
compileOnly 'org.yaml:snakeyaml:2.2'
}

Expand Down
2 changes: 1 addition & 1 deletion tests/output/go/openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.1.0"
"version": "7.2.0"
}
}

0 comments on commit 0b98b81

Please sign in to comment.