You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2021/02/17 00:52:55 UTC

[fineract] branch develop updated: Upgrading AsciiDoctor to 3.3.1

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

aleks 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 35a9a30  Upgrading AsciiDoctor to 3.3.1
35a9a30 is described below

commit 35a9a3072bbc56687bd7185c5246f2957051b5c4
Author: Petri Tuomola <pe...@tuomola.org>
AuthorDate: Wed Feb 17 04:40:49 2021 +0530

    Upgrading AsciiDoctor to 3.3.1
---
 build.gradle | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index a1400a9..421a130 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,11 +62,11 @@ plugins {
     id 'net.ltgt.errorprone' version '1.3.0' apply false
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.6' 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.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
+    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.epub' version '3.3.1' apply false
+    id 'org.asciidoctor.jvm.revealjs' version '3.3.1' apply false
+    id 'org.asciidoctor.jvm.gems' version '3.3.1' apply false
     id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
 }