File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
14- compileOnly ' org.openapitools:openapi-generator:7.8 .0'
14+ compileOnly ' org.openapitools:openapi-generator:7.9 .0'
1515}
1616
1717tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments