We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a96124 commit 52ae483Copy full SHA for 52ae483
build.gradle
@@ -20,9 +20,9 @@ plugins {
20
id 'io.spring.nohttp' version '0.0.4.RELEASE'
21
id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply false
22
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'
+ id 'org.asciidoctor.jvm.pdf' version '3.3.2'
+ id 'org.asciidoctor.jvm.gems' version '3.3.2'
+ id 'org.asciidoctor.jvm.convert' version '3.3.2'
26
}
27
28
description = 'Spring AMQP'
0 commit comments