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:01:25 UTC

[fineract-cn-async] 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-async.git


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

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

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

diff --git a/.gitignore b/.gitignore
index 536de5a..a7c2d8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,8 @@
 .idea
 build/
 target/
-
+.project
+.settings/
 # Ignore Gradle GUI config
 gradle-app.setting
 
diff --git a/build.gradle b/build.gradle
index 5bfd150..c5e0f5d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,14 +20,14 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE'
+        classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'
     }
 }
 
 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'
@@ -39,10 +39,10 @@ version 'spring_boot_2-SNAPSHOT'
 ext.versions = [
         frameworklang : 'spring_boot_2-SNAPSHOT',
         frameworkapi  : 'spring_boot_2-SNAPSHOT',
-        springcontext : '4.3.3.RELEASE',
-        springsecurity: '4.2.2.RELEASE',
-        springboot    : '1.4.1.RELEASE',
-        findbugs      : '3.0.1',
+        springcontext : '5.2.5.RELEASE',
+        springsecurity: '5.3.1.RELEASE',
+        springboot    : '2.2.6.RELEASE',
+        findbugs      : '3.0.2',
 ]
 
 tasks.withType(JavaCompile) {
@@ -111,6 +111,15 @@ license {
 
 rat {
     // List of exclude directives, defaults to ['**/.gradle/**']
-    excludes = [".idea/**", ".gradle/**", "gradle/**", "build/**", "gradlew", "gradlew.bat", "README.md"]
-    plainOutput = true
+    excludes = [
+        ".idea/**",
+        ".gradle/**",
+        "gradle/**",
+        "build/**",
+        "gradlew",
+        "gradlew.bat",
+        "README.md",
+        ".settings/**",
+        ".project"
+    ]
 }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index aeea1f0..a52288f 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