You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/02/27 12:19:08 UTC

[fineract] 02/02: Fixing down the openapi generator version to 6.2.1

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 71c11aba3c436a7fa7b001b9fecb8fed4cfd6e6a
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Mon Feb 27 12:06:56 2023 +0100

    Fixing down the openapi generator version to 6.2.1
---
 build.gradle  | 2 +-
 renovate.json | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6436e9d35..f91ac5645 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,7 @@ plugins {
     id 'org.nosphere.apache.rat' version '0.8.0' apply false
     id 'com.github.hierynomus.license' version '0.16.1' apply false
     id 'com.github.jk1.dependency-license-report' version '2.1' apply false
-    id 'org.openapi.generator' version '6.4.0' apply false
+    id 'org.openapi.generator' version '6.2.1' apply false
     id 'org.zeroturnaround.gradle.jrebel' version '1.1.12' apply false
     id 'org.springframework.boot' version '2.7.9' apply false
     id 'net.ltgt.errorprone' version '3.0.1' apply false
diff --git a/renovate.json b/renovate.json
index 7325998b1..537beaab1 100644
--- a/renovate.json
+++ b/renovate.json
@@ -94,6 +94,10 @@
     "matchPackageNames": ["org.apache.tomcat:tomcat"],
     "allowedVersions": "<=9.0.69"
   },
+  {
+    "matchPackageNames": ["org.openapi.generator"],
+    "allowedVersions": "<=6.2.1"
+  },
   {
     "depTypeList": ["dependencies"],
     "updateTypes": ["patch", "minor"],