Skip to content

Commit

Permalink
(v3.6.x): Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0.

---
updated-dependencies:
- dependency-name: org.asciidoctor.jvm.convert
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent ae1bd09 commit 03963c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {
id "org.springframework.boot" version "2.7.18"
id "io.spring.nohttp" version "0.0.11"
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '4.0.0'
}
repositories {
gradlePluginPortal()
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-open-service-broker-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id 'org.asciidoctor.jvm.pdf'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '4.0.0'
}

description = "Spring Cloud Open Service Broker Documentation"
Expand Down

0 comments on commit 03963c5

Please sign in to comment.