You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/02/19 17:49:56 UTC

[fineract] 01/02: FINERACT-1507: Last minor dependency updates before release

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

aleks pushed a commit to branch 1.6.0
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 47da6feefd1071fb025891fa9acd83dec00d9ded
Author: Aleksandar Vidakovic <ch...@monkeysintown.com>
AuthorDate: Sat Feb 19 08:46:29 2022 +0100

    FINERACT-1507: Last minor dependency updates before release
---
 build.gradle                             | 9 ++++-----
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index d672e7c..72488ea 100644
--- a/build.gradle
+++ b/build.gradle
@@ -59,7 +59,7 @@ plugins {
     id 'com.github.jk1.dependency-license-report' version '2.0' apply false
     id 'org.openapi.generator' version '4.3.1' apply false
     id 'org.zeroturnaround.gradle.jrebel' version '1.1.11' apply false
-    id 'org.springframework.boot' version '2.6.2' apply false
+    id 'org.springframework.boot' version '2.6.3' apply false
     id 'net.ltgt.errorprone' version '2.0.2' apply false
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.11' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.3.2' apply false
@@ -80,7 +80,6 @@ description = '''\
 Run as:
 gradle clean bootRun'''
 
-project.ext.jerseyVersion = '1.19.4'
 ext['groovy.version'] = '3.0.6'
 ext['swaggerFile'] = "$rootDir/fineract-provider/build/generated/swagger-ui/fineract.yaml".toString()
 
@@ -108,9 +107,9 @@ allprojects  {
     // https://github.com/spring-gradle-plugins/dependency-management-plugin
     dependencyManagement {
         imports {
-            mavenBom 'org.springframework:spring-framework-bom:5.3.14'
-            mavenBom 'org.springframework.boot:spring-boot-dependencies:2.6.2'
-            mavenBom 'org.junit:junit-bom:5.8.1'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.16'
+            mavenBom 'org.springframework.boot:spring-boot-dependencies:2.6.3'
+            mavenBom 'org.junit:junit-bom:5.8.2'
         }
 
         dependencies {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 2e6e589..41dfb87 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists