Skip to content

Commit 849172e

Browse files
chore(deps): update openapi-generator
1 parent af3d854 commit 849172e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generators/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
compileOnly 'org.openapitools:openapi-generator:7.8.0'
14+
compileOnly 'org.openapitools:openapi-generator:7.9.0'
1515
}
1616

1717
tasks.withType(JavaCompile) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"website:build": "bash scripts/website/build.sh"
3131
},
3232
"devDependencies": {
33-
"@openapitools/openapi-generator-cli": "2.15.0",
33+
"@openapitools/openapi-generator-cli": "2.15.3",
3434
"@redocly/cli": "1.25.11",
3535
"eslint": "8.57.1",
3636
"eslint-plugin-automation-custom": "1.0.0",

scripts/pre-gen/generateOpenapitools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function generateOpenapitools(
4343
JSON.stringify(
4444
{
4545
'generator-cli': {
46-
version: '7.8.0',
46+
version: '7.9.0',
4747
generators,
4848
},
4949
},

0 commit comments

Comments
 (0)