Skip to content

Commit

Permalink
Declare asccidoctorj artifacts in version catalog for Dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 4, 2023
1 parent 294df69 commit 41cff0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ xmlunit-assertj = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlu
xmlunit-placeholders = { module = "org.xmlunit:xmlunit-placeholders", version.ref = "xmlunit" }
testingAnnotations = { module = "com.gradle:gradle-enterprise-testing-annotations", version = "1.1.1" }

# These are only declared here so Dependabot knows when to update the referenced versions
asciidoctorj-diagram = { module = "org.asciidoctor:asciidoctorj-diagram", version.ref = "asciidoctorj-diagram" }
asciidoctorj-pdf = { module = "org.asciidoctor:asciidoctorj-pdf", version.ref = "asciidoctorj-pdf" }

[bundles]
ant = ["ant", "ant-junit", "ant-junitlauncher"]
log4j = ["log4j-core", "log4j-jul"]
Expand Down

0 comments on commit 41cff0d

Please sign in to comment.