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 2020/11/01 04:24:57 UTC

[fineract] branch develop updated: chore(deps): update dependency org.springframework.boot:org.springframework.boot.gradle.plugin to v2.3.5.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 477da9d  chore(deps): update dependency org.springframework.boot:org.springframework.boot.gradle.plugin to v2.3.5.release
477da9d is described below

commit 477da9d8c9a94cf938602d0f1d9121a7a1db1187
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Oct 31 21:28:53 2020 +0000

    chore(deps): update dependency org.springframework.boot:org.springframework.boot.gradle.plugin to v2.3.5.release
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7657271..2d4fca1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,7 +57,7 @@ plugins {
     id 'com.github.hierynomus.license' version '0.15.0' apply false
     id 'org.openapi.generator' version '4.3.1' apply false
     id 'org.zeroturnaround.gradle.jrebel' version '1.1.10' apply false
-    id 'org.springframework.boot' version '2.3.4.RELEASE' apply false
+    id 'org.springframework.boot' version '2.3.5.RELEASE' apply false
     id 'net.ltgt.errorprone' version '1.3.0' apply false
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.5' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.2.4' apply false