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/10/30 02:47:49 UTC

[fineract] branch develop updated: chore(deps): update dependency com.google.code.gson:gson to v2.8.9

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 506e249  chore(deps): update dependency com.google.code.gson:gson to v2.8.9
506e249 is described below

commit 506e2494c0fd57da14393520d3c1a0f1bfce0605
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Oct 29 21:57:24 2021 +0000

    chore(deps): update dependency com.google.code.gson:gson to v2.8.9
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0172b45..ae259ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -111,7 +111,7 @@ allprojects  {
             dependency 'org.springframework.security.oauth:spring-security-oauth2:2.5.1.RELEASE'
             dependency 'org.apache.openjpa:openjpa:3.2.0' // when upgrading, also change OpenJPA version repeated above in buildscript!
             dependency 'com.google.guava:guava:31.0.1-jre'
-            dependency 'com.google.code.gson:gson:2.8.8'
+            dependency 'com.google.code.gson:gson:2.8.9'
             dependency 'com.google.truth:truth:1.1.3'
             dependency 'com.google.truth.extensions:truth-java8-extension:1.1.3'
             dependency 'org.apache.commons:commons-email:1.5'