You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/12/02 06:36:19 UTC

[fineract] branch develop updated: chore(deps): update dependency org.asciidoctor.jvm.pdf:org.asciidoctor.jvm.pdf.gradle.plugin to v3.3.0

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

vorburger 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 80e4981  chore(deps): update dependency org.asciidoctor.jvm.pdf:org.asciidoctor.jvm.pdf.gradle.plugin to v3.3.0
80e4981 is described below

commit 80e498188e7488432dc61429d0f006c98d9f92a9
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Nov 29 06:34:05 2020 +0000

    chore(deps): update dependency org.asciidoctor.jvm.pdf:org.asciidoctor.jvm.pdf.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 64a8b3d..bbd78f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,7 +63,7 @@ plugins {
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.5' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.2.4' apply false
     id 'org.asciidoctor.jvm.convert' version '3.3.0' apply false
-    id 'org.asciidoctor.jvm.pdf' version '3.2.0' apply false
+    id 'org.asciidoctor.jvm.pdf' version '3.3.0' apply false
     id 'org.asciidoctor.jvm.epub' version '3.3.0' apply false
     id 'org.asciidoctor.jvm.revealjs' version '3.3.0' apply false
     id 'org.asciidoctor.jvm.gems' version '3.3.0' apply false