You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/05/10 12:52:26 UTC

[fineract] branch develop updated: Bump gradle-jrebel-plugin from 1.1.2 to 1.1.10 in /fineract-provider

This is an automated email from the ASF dual-hosted git repository.

vorburger 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 e3d3b55  Bump gradle-jrebel-plugin from 1.1.2 to 1.1.10 in /fineract-provider
e3d3b55 is described below

commit e3d3b5551bcfe3705e5436467c808bc40484cbdd
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat May 9 20:42:24 2020 +0000

    Bump gradle-jrebel-plugin from 1.1.2 to 1.1.10 in /fineract-provider
    
    Bumps [gradle-jrebel-plugin](https://github.com/zeroturnaround/gradle-jrebel-plugin) from 1.1.2 to 1.1.10.
    - [Release notes](https://github.com/zeroturnaround/gradle-jrebel-plugin/releases)
    - [Changelog](https://github.com/zeroturnaround/gradle-jrebel-plugin/blob/master/changelog.txt)
    - [Commits](https://github.com/zeroturnaround/gradle-jrebel-plugin/commits)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 718f194..5e7b0f8 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -38,7 +38,7 @@ buildscript {
         classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'
         classpath 'com.bmuschko:gradle-cargo-plugin:2.7.1',
             'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0',
-            'org.zeroturnaround:gradle-jrebel-plugin:1.1.2',
+            'org.zeroturnaround:gradle-jrebel-plugin:1.1.10',
             'org.springframework.boot:spring-boot-gradle-plugin:2.2.7.RELEASE'
         // below
         classpath 'org.apache.openjpa:openjpa:3.1.1' // when upgrading, also change OpenJPA version repeated below in dependencyManagement!