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

juhan pushed a commit to branch spring_boot_2
in repository https://gitbox.apache.org/repos/asf/fineract-cn-postgresql.git

commit ccb4c85824b614fb8617caa828a8cbcb663d319e
Author: xurror <[email protected]>
AuthorDate: Sun Apr 19 15:16:31 2020 +0100

    update spring dependencies
---
 build.gradle                             | 14 +++++++-------
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index bf763ed..592d9e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,9 +28,9 @@ buildscript {
 }
 
 plugins {
-    id 'com.github.hierynomus.license' version '0.13.1'
-    id("org.nosphere.apache.rat") version "0.3.1"
-    id "com.jfrog.artifactory" version "4.9.5"
+    id 'com.github.hierynomus.license' version '0.15.0'
+    id 'org.nosphere.apache.rat' version '0.6.0'
+    id 'com.jfrog.artifactory' version '4.15.1'
     //id "org.jamgo.eclipselink-plugin" version "0.2.2"
     id 'maven-publish'
     id 'idea'
@@ -41,12 +41,12 @@ group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
-        springcontext: '4.3.3.RELEASE',
-        springboot   : '1.4.1.RELEASE',
-        findbugs     : '3.0.1',
+        springcontext: '5.2.5.RELEASE',
+        springboot   : '2.2.6.RELEASE',
+        findbugs     : '3.0.2',
         frameworklang: '0.1.0-BUILD-SNAPSHOT',
         bonecp       : '0.8.0.RELEASE',
-        flyway       : '4.0.1',
+        flyway       : '6.3.3',
         postgresql   : '42.2.5',
         eclipselink  : '2.7.4',
 ]
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 18bad27..ebc5df9 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip

Reply via email to