This is an automated email from the ASF dual-hosted git repository. ptuomola pushed a commit to branch renovate/org.zeroturnaround.gradle.jrebel-1.x in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 5fb2e952d636321ebfa49e341560f97465c3af93 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 44ce41b..123a238 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'
