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
The following commit(s) were added to refs/heads/develop by this push:
new 6a4b17a80 chore(deps): update plugin org.openapi.generator to v6
6a4b17a80 is described below
commit 6a4b17a80f9c2131cc76da171ebabc4172a21584
Author: Renovate <[email protected]>
AuthorDate: Mon Jun 13 01:47:58 2022 +0000
chore(deps): update plugin org.openapi.generator to v6
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 409e723c2..c654d88df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,7 @@ plugins {
id 'org.nosphere.apache.rat' version '0.7.1' 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 '5.4.0' apply false
+ id 'org.openapi.generator' version '6.0.0' apply false
id 'org.zeroturnaround.gradle.jrebel' version '1.1.11' apply false
id 'org.springframework.boot' version '2.6.7' apply false
id 'net.ltgt.errorprone' version '2.0.2' apply false