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 d0c0094 chore(deps): update dependency
org.asciidoctor.jvm.revealjs:org.asciidoctor.jvm.revealjs.gradle.plugin to
v3.3.2
d0c0094 is described below
commit d0c0094947f4e920270d6ff1e4bb9f585d073b1b
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Feb 21 12:30:52 2021 +0000
chore(deps): update dependency
org.asciidoctor.jvm.revealjs:org.asciidoctor.jvm.revealjs.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 8c1ae42..19431dc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,7 +65,7 @@ plugins {
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.revealjs' version '3.3.2' apply false
id 'org.asciidoctor.jvm.gems' version '3.3.1' apply false
id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
}