You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2020/04/26 08:00:53 UTC

[fineract-cn-crypto] branch spring_boot_2 updated: update spring dependencies

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-crypto.git


The following commit(s) were added to refs/heads/spring_boot_2 by this push:
     new d63cbcc  update spring dependencies
     new a0fc214  Merge pull request #9 from muellners/develop
d63cbcc is described below

commit d63cbcc8e3468521f3cecbc64f4d9b548bcd23fd
Author: xurror <ka...@outlook.com>
AuthorDate: Sun Apr 19 16:52:45 2020 +0100

    update spring dependencies
---
 .gitignore                               |  2 ++
 build.gradle                             | 23 ++++++++++++-----------
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 97a9529..64ca192 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
 .idea
 build/
 target/
+.project
+.settings
 
 # Ignore Gradle GUI config
 gradle-app.setting
diff --git a/build.gradle b/build.gradle
index 3821595..b8e33e8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,9 +26,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 'maven-publish'
     id 'idea'
     id 'java'
@@ -47,13 +47,13 @@ repositories {
 }
 
 ext.versions = [
-        spring        : '4.3.2.RELEASE',
-        springsecurity: '4.0.2.RELEASE',
-        logback       : '1.1.3',
-        slf4j         : '1.7.13',
-        findbugs      : '3.0.1',
-        junit         : '4.12',
-        springtest    : '4.3.2.RELEASE'
+        spring        : '5.2.5.RELEASE',
+        springsecurity: '5.3.1.RELEASE',
+        logback       : '1.2.3',
+        slf4j         : '1.7.30',
+        findbugs      : '3.0.2',
+        junit         : '4.13',
+        springtest    : '5.2.5.RELEASE'
 ]
 
 configurations {
@@ -112,6 +112,8 @@ artifactoryPublish.dependsOn('clean','publishToMavenLocal')
 rat {
     // List of exclude directives, defaults to ['**/.gradle/**']
     excludes = [
+            ".project",
+            ".settings/**",
             ".idea/**",
             ".gradle/**",
             "gradle/**",
@@ -122,5 +124,4 @@ rat {
             "src/test/resources/.salt",
             "src/test/resources/.secret"
     ]
-    plainOutput = true
 }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 1ec2d35..d94e06a 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