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 2021/02/22 05:29:41 UTC

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

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 228c98a  chore(deps): update dependency org.asciidoctor.jvm.pdf:org.asciidoctor.jvm.pdf.gradle.plugin to v3.3.2
228c98a is described below

commit 228c98a24fffa45121e5ef4eac0a9d796bd6f892
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Feb 21 12:30:46 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index 19431dc..2ae78aa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,7 +63,7 @@ plugins {
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.7' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.2.4' apply false
     id 'org.asciidoctor.jvm.convert' version '3.3.1' apply false
-    id 'org.asciidoctor.jvm.pdf' version '3.3.1' apply false
+    id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
     id 'org.asciidoctor.jvm.epub' version '3.3.1' apply false
     id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
     id 'org.asciidoctor.jvm.gems' version '3.3.1' apply false