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 2022/03/06 22:30:14 UTC

[fineract] branch develop updated: chore(deps): update plugin com.google.cloud.tools.jib to v3.2.0

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 b6a8515  chore(deps): update plugin com.google.cloud.tools.jib to v3.2.0
b6a8515 is described below

commit b6a8515b78353dab03eccb1f08df79ca426204f2
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Mar 6 19:14:46 2022 +0000

    chore(deps): update plugin com.google.cloud.tools.jib to v3.2.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a63050f..385e2ba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -70,7 +70,7 @@ plugins {
     id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
     id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
     id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
-    id "com.google.cloud.tools.jib" version "3.1.4" apply false
+    id "com.google.cloud.tools.jib" version "3.2.0" apply false
     id 'fr.brouillard.oss.gradle.jgitver' version '0.10.0-rc03'
     id "org.sonarqube" version "3.3"
     id "com.github.andygoossens.modernizer" version "1.6.2" apply false