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:49 UTC

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

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

    chore(deps): update dependency org.asciidoctor.jvm.convert:org.asciidoctor.jvm.convert.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 68b6838..7b37fc0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,7 @@ plugins {
     id 'net.ltgt.errorprone' version '1.3.0' apply false
     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.2.0' 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.epub' version '3.3.0' apply false
     id 'org.asciidoctor.jvm.revealjs' version '3.2.0' apply false