Skip to content

Commit 52ae483

Browse files
author
Jay Bryant
authored
Update asciidoctor plugin to 3.3.2
1 parent 0a96124 commit 52ae483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ plugins {
2020
id 'io.spring.nohttp' version '0.0.4.RELEASE'
2121
id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply false
2222
id 'com.jfrog.artifactory' version '4.13.0' apply false
23-
id 'org.asciidoctor.jvm.pdf' version '3.1.0'
24-
id 'org.asciidoctor.jvm.gems' version '3.1.0'
25-
id 'org.asciidoctor.jvm.convert' version '3.1.0'
23+
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
24+
id 'org.asciidoctor.jvm.gems' version '3.3.2'
25+
id 'org.asciidoctor.jvm.convert' version '3.3.2'
2626
}
2727

2828
description = 'Spring AMQP'

0 commit comments

Comments
 (0)