Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent adb89b6 commit 0cbe6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ dependencies {
implementation 'io.gsonfire:gson-fire:1.8.3'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
implementation 'org.openapitools:openapi-generator:6.4.0'
implementation 'org.openapitools:openapi-generator:7.6.0'
implementation 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
testImplementation 'junit:junit:4.13.1'
swaggerCodegen 'org.openapitools:openapi-generator-cli:6.4.0'
swaggerCodegen 'org.openapitools:openapi-generator-cli:7.6.0'
}

intellij {
Expand Down

0 comments on commit 0cbe6ca

Please sign in to comment.