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 b6ccb0615993e80ea79b80ff0917e3cfda8b7fc1
Author: Arnold Galovics <[email protected]>
AuthorDate: Mon Oct 14 13:49:11 2024 +0200

    Dep updates
---
 build.gradle              |  8 ++------
 fineract-doc/build.gradle | 17 -----------------
 renovate.json             | 28 ++++++++++++++++++++--------
 3 files changed, 22 insertions(+), 31 deletions(-)

diff --git a/build.gradle b/build.gradle
index fa6191494..cba4529df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,14 +97,10 @@ plugins {
     id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
     id 'org.springframework.boot' version '3.3.4' 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
-    id 'org.asciidoctor.jvm.epub' version '3.3.2' apply false
-    //    id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
-    //    id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
-    id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
     id 'com.google.cloud.tools.jib' version '3.4.3' apply false
     id 'org.sonarqube' version '4.4.1.3373'
     id 'com.github.andygoossens.modernizer' version '1.9.3' apply false
@@ -112,7 +108,7 @@ plugins {
     id 'com.github.spotbugs' version '6.0.24' 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"
diff --git a/fineract-doc/build.gradle b/fineract-doc/build.gradle
index 2b0730b50..4338bc29b 100644
--- a/fineract-doc/build.gradle
+++ b/fineract-doc/build.gradle
@@ -18,9 +18,6 @@
  */
 apply plugin: 'org.asciidoctor.jvm.convert'
 apply plugin: 'org.asciidoctor.jvm.pdf'
-// apply plugin: 'org.asciidoctor.jvm.revealjs'
-// apply plugin: 'org.asciidoctor.jvm.epub'
-// apply plugin: 'org.asciidoctor.kindlegen.base'
 
 asciidoctorj {
     version = '2.5.3'
@@ -62,20 +59,6 @@ asciidoctor {
     dependsOn(':fineract-client:clean', ':fineract-client:buildAsciidoc')
 }
 
-// asciidoctorEpub {
-//     languages 'en'
-//
-//     baseDir 'src/docs'
-//     sourceDir 'src/docs'
-//     sources {
-//         include('index.adoc')
-//     }
-//     outputDir 'build/docs/epub'
-//     ebookFormats 'epub3'
-//
-//     dependsOn ':fineract-client:buildAsciidoc'
-// }
-
 asciidoctorPdf {
     languages 'en'
 
diff --git a/renovate.json b/renovate.json
index 166e41db4..de27e45ed 100644
--- a/renovate.json
+++ b/renovate.json
@@ -30,14 +30,26 @@
     "matchPackageNames": 
["org.apache.oltu.oauth2:org.apache.oltu.oauth2.client"],
     "allowedVersions": "<=1.0.1"
   },
-    {
-      "matchPackageNames": 
["org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4"],
-      "allowedVersions": "<=1.0.1"
-    },
-    {
-      "matchPackageNames": ["com.sun.mail:jakarta.mail", 
"com.icegreen:greenmail-junit5"],
-      "allowedVersions": "<=2.0.1"
-    },
+  {
+    "matchPackageNames": 
["org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4"],
+    "allowedVersions": "<=1.0.1"
+  },
+  {
+    "matchPackageNames": ["com.sun.mail:jakarta.mail", 
"com.icegreen:greenmail-junit5"],
+    "allowedVersions": "<=2.0.1"
+  },
+  {
+    "matchPackageNames": ["io.swagger.core.v3.swagger-gradle-plugin"],
+    "allowedVersions": "<=2.2.25"
+  },
+  {
+    "matchPackageNames": ["org.openapi.generator"],
+    "allowedVersions": "<=7.8.0"
+  },
+  {
+    "matchPackageNames": ["org.asciidoctor.jvm.convert", 
"org.asciidoctor.jvm.pdf"],
+    "allowedVersions": "<=3.3.2"
+  },
   {
     "matchPackageNames": ["org.eclipse.persistence:eclipselink"],
     "allowedVersions": "<=4.0.2",

Reply via email to