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

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 15ea6f5b939d3fda715d951f27e65b3253e3dd6b
Author: Arnold Galovics <galovicsarn...@gmail.com>
AuthorDate: Mon Nov 11 10:41:28 2024 +0100

    Downgraded org.openapi.generator to 7.8.0
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 556483d97..f067809ab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,7 +97,7 @@ plugins {
     id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
     id 'org.springframework.boot' version '3.3.5' apply false
     id 'net.ltgt.errorprone' version '3.1.0' apply false
-    id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.25' apply false
+    id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
     id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
     id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
@@ -108,7 +108,7 @@ plugins {
     id 'com.github.spotbugs' version '6.0.26' apply false
     id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
     id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply 
false
-    id 'org.openapi.generator' version '7.9.0' apply false
+    id 'org.openapi.generator' version '7.8.0' apply false
 }
 
 apply from: 
"${rootDir}/buildSrc/src/main/groovy/org.apache.fineract.release.gradle"

Reply via email to