You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/04/02 06:40:47 UTC

[fineract] branch develop updated: chore(deps): bump spring-framework-bom from 5.3.17 to 5.3.18

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

aleks 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 2682a34  chore(deps): bump spring-framework-bom from 5.3.17 to 5.3.18
2682a34 is described below

commit 2682a349cb34cf0396934f80df04953a5e681883
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Apr 2 06:03:45 2022 +0000

    chore(deps): bump spring-framework-bom from 5.3.17 to 5.3.18
    
    Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.17 to 5.3.18.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 87f238d..f67aab2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,7 +114,7 @@ allprojects  {
     // https://github.com/spring-gradle-plugins/dependency-management-plugin
     dependencyManagement {
         imports {
-            mavenBom 'org.springframework:spring-framework-bom:5.3.17'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.18'
             mavenBom 'org.springframework.boot:spring-boot-dependencies:2.6.6'
             mavenBom 'org.jetbrains.kotlin:kotlin-bom:1.6.10'
             mavenBom 'org.junit:junit-bom:5.8.2'