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 06:25:32 UTC

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

commit 95f4443455276412a832de1a21a4b0b00c16660a
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Nov 29 04:37:52 2020 +0000

    chore(deps): update dependency org.asciidoctor.jvm.epub:org.asciidoctor.jvm.epub.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 bb4999c..68b6838 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,7 +64,7 @@ plugins {
     id 'com.gorylenko.gradle-git-properties' version '2.2.4' apply false
     id 'org.asciidoctor.jvm.convert' version '3.2.0' apply false
     id 'org.asciidoctor.jvm.pdf' version '3.2.0' apply false
-    id 'org.asciidoctor.jvm.epub' 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.kindlegen.base' version '3.2.0' apply false