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/06/11 20:37:03 UTC

[fineract] branch develop updated: Update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.0.RELEASE

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 50eea65  Update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.0.RELEASE
50eea65 is described below

commit 50eea6529d859055edcd3db4636f01432e0b5189
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Jun 10 16:38:21 2020 +0000

    Update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.0.RELEASE
---
 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 87f8998..3112892 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -80,7 +80,7 @@ dependencyManagement {
         // As much as possible, we avoid fixed versions, and prefer inheriting them from the Spring BOM, thus NOT listing versions here.
         // (The :+ seems to mean latest available version available on Maven Central, which we should also avoid, as it's not isolated?)
 
-        dependency 'org.springframework.security.oauth:spring-security-oauth2:2.4.1.RELEASE'
+        dependency 'org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE'
         dependency "org.apache.openjpa:openjpa:3.1.1" // when upgrading, also change OpenJPA version repeated above in buildscript!
         dependency 'com.squareup.retrofit:retrofit:1.9.0'
         dependency 'com.squareup.okhttp:okhttp:2.7.5'