This is an automated email from the ASF dual-hosted git repository.
ptuomola 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 226c1c8 chore(deps): update plugin org.zeroturnaround.gradle.jrebel
to v1.1.11
226c1c8 is described below
commit 226c1c8407625a975093dc5cdaf347183124442c
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Sep 5 22:23:19 2021 +0000
chore(deps): update plugin org.zeroturnaround.gradle.jrebel to v1.1.11
---
build.gradle | 2 +-
fineract-provider/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8a4954e..495a12b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,7 +57,7 @@ plugins {
id 'org.nosphere.apache.rat' version '0.7.0' apply false
id 'com.github.hierynomus.license' version '0.15.0' apply false
id 'org.openapi.generator' version '4.3.1' apply false
- id 'org.zeroturnaround.gradle.jrebel' version '1.1.10' apply false
+ id 'org.zeroturnaround.gradle.jrebel' version '1.1.11' apply false
id 'org.springframework.boot' version '2.3.5.RELEASE' apply false
id 'net.ltgt.errorprone' version '2.0.2' apply false
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.10' apply false
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 2e6fa02..f4ecdaa 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -18,7 +18,7 @@
*/
description = 'Fineract Provider'
-apply plugin: 'rebel'
+apply plugin: 'org.zeroturnaround.gradle.jrebel'
apply plugin: 'war'
apply plugin: 'org.springframework.boot'
apply plugin: 'openjpa'