You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/04/10 01:36:59 UTC

[fineract] branch develop updated: chore(deps): update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.1.release

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

ptuomola 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 9a7f2fc  chore(deps): update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.1.release
9a7f2fc is described below

commit 9a7f2fc8480f36051aa7869928ad6111529926e6
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Apr 9 22:23:39 2021 +0000

    chore(deps): update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.1.release
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 69004da..fb9a6a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -105,7 +105,7 @@ allprojects  {
             // We do not use :+ to get the latest available version available on Maven Central, as that could suddenly break things.
             // We use the Renovate Bot to automatically propose Pull Requests (PRs) when upgrades for all of these versions are available.
 
-            dependency 'org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE'
+            dependency 'org.springframework.security.oauth:spring-security-oauth2:2.5.1.RELEASE'
             dependency 'org.apache.openjpa:openjpa:3.1.2' // when upgrading, also change OpenJPA version repeated above in buildscript!
             dependency 'com.google.guava:guava:30.1.1-jre'
             dependency 'com.google.code.gson:gson:2.8.6'