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 0322d4f Bump spring-security-oauth2 in /fineract-provider
0322d4f is described below
commit 0322d4f94bbd1cda707c415923afce4657d73c78
Author: dependabot-preview[bot]
<27856297+dependabot-preview[bot]@users.noreply.github.com>
AuthorDate: Sat May 9 20:42:50 2020 +0000
Bump spring-security-oauth2 in /fineract-provider
Bumps
[spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth)
from 2.3.6.RELEASE to 2.4.1.RELEASE.
- [Release
notes](https://github.com/SpringSource/spring-security-oauth/releases)
-
[Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.3.6.RELEASE...2.4.1.RELEASE)
Signed-off-by: dependabot-preview[bot] <[email protected]>
---
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 39b3d4a..b05c453 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.3.6.RELEASE'
+ dependency
'org.springframework.security.oauth:spring-security-oauth2:2.4.1.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'