This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4ba9cfd9d96 MINOR: Fix build failure in genConnectOpenAPIDocs (#14464)
4ba9cfd9d96 is described below

commit 4ba9cfd9d96ca7c25baed5890eb8bdf5130d0bc5
Author: Mickael Maison <[email protected]>
AuthorDate: Fri Sep 29 13:51:39 2023 +0200

    MINOR: Fix build failure in genConnectOpenAPIDocs (#14464)
    
    
    Reviewers: Yash Mayya <[email protected]>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index f21be5ca68f..c0d9f077975 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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

Reply via email to