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:45:21 UTC

[fineract] branch develop updated: chore(deps): update dependency org.jetbrains.kotlin:kotlin-bom to v1.6.20

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 079158f  chore(deps): update dependency org.jetbrains.kotlin:kotlin-bom to v1.6.20
079158f is described below

commit 079158f4b041eb603249789f53b101c09b2226a2
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Apr 2 06:04:58 2022 +0000

    chore(deps): update dependency org.jetbrains.kotlin:kotlin-bom to v1.6.20
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index f67aab2..868b6b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -116,7 +116,7 @@ allprojects  {
         imports {
             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.jetbrains.kotlin:kotlin-bom:1.6.20'
             mavenBom 'org.junit:junit-bom:5.8.2'
             mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2'
             mavenBom 'io.cucumber:cucumber-bom:7.2.3'