Skip to content

Commit

Permalink
MINOR: Fix build failure in genConnectOpenAPIDocs (apache#14464)
Browse files Browse the repository at this point in the history
Reviewers: Yash Mayya <[email protected]>
  • Loading branch information
mimaison authored Sep 29, 2023
1 parent 13b119a commit 4ba9cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
id 'java-library'
id 'org.owasp.dependencycheck' version '8.2.1'
id 'org.nosphere.apache.rat' version "0.8.1"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.16"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.8" // keep aligned with the swagger version used in gradle/dependencies.gradle

id "com.github.spotbugs" version '5.1.3' apply false
id 'org.scoverage' version '7.0.1' apply false
Expand Down

0 comments on commit 4ba9cfd

Please sign in to comment.