Skip to content

Commit fb9044b

Browse files
dependabot[bot]royclarkson
authored andcommitted
(3.4.x): Bump org.asciidoctor.jvm.convert from 4.0.4 to 4.0.5
Bumps org.asciidoctor.jvm.convert from 4.0.4 to 4.0.5. --- updated-dependencies: - dependency-name: org.asciidoctor.jvm.convert dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a50a731 commit fb9044b

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.47'
21-
id 'org.asciidoctor.jvm.convert' version '4.0.4'
21+
id 'org.asciidoctor.jvm.convert' version '4.0.5'
2222
id 'org.springframework.boot' version '3.4.9'
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 '4.0.4'
20+
id 'org.asciidoctor.jvm.convert' version '4.0.5'
2121
id 'org.springframework.boot' apply false
2222
}
2323

0 commit comments

Comments
 (0)