Skip to content

Commit 2b8d180

Browse files
(3.2.x): Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.4
Bumps org.asciidoctor.jvm.convert from 3.3.2 to 4.0.4. --- updated-dependencies: - dependency-name: org.asciidoctor.jvm.convert dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8087327 commit 2b8d180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818
plugins {
1919
id 'io.spring.nohttp' version '0.0.11'
2020
id 'io.spring.javaformat' version '0.0.45'
21-
id 'org.asciidoctor.jvm.convert' version '3.3.2'
21+
id 'org.asciidoctor.jvm.convert' version '4.0.4'
2222
id 'org.springframework.boot' version '3.2.8'
2323
}
2424
repositories {

spring-credhub-docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.springframework.boot.gradle.plugin.SpringBootPlugin
1818

1919
plugins {
20-
id 'org.asciidoctor.jvm.convert' version '3.3.2'
20+
id 'org.asciidoctor.jvm.convert' version '4.0.4'
2121
id 'org.springframework.boot' apply false
2222
}
2323

0 commit comments

Comments
 (0)