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/29 07:10:22 UTC

[fineract] branch develop updated: chore(deps): update dependency org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin to v3.3.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 c5b01e1  chore(deps): update dependency org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin to v3.3.0
c5b01e1 is described below

commit c5b01e12c0cc2f4b3aa667222ee7bf3819c5e27d
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Nov 29 06:29:51 2020 +0000

    chore(deps): update dependency org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin to v3.3.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7b37fc0..e5b34ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ plugins {
     id 'org.asciidoctor.jvm.pdf' version '3.2.0' apply false
     id 'org.asciidoctor.jvm.epub' version '3.3.0' apply false
     id 'org.asciidoctor.jvm.revealjs' version '3.2.0' apply false
-    id 'org.asciidoctor.jvm.gems' version '3.2.0' apply false
+    id 'org.asciidoctor.jvm.gems' version '3.3.0' apply false
     id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
 }