Skip to content

Commit

Permalink
fix(ama-sdk): fallback open api generator version to 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-crouzet committed Jan 7, 2025
1 parent f10c0c3 commit 8ec0b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"tsc-watch": "^6.0.4",
"yaml-eslint-parser": "^1.2.2"
},
"openApiSupportedVersion": "~7.10.0",
"openApiSupportedVersion": "~7.9.0",
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator</artifactId>
<version>7.10.0</version>
<!-- TODO wait for https://github.com/OpenAPITools/openapi-generator/issues/20135 to be fixed before upgrading to 7.10.0 -->
<version>7.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8ec0b7c

Please sign in to comment.