Skip to content

Commit

Permalink
Merge pull request #185 from mraible/dependabot/gradle/asciidoctor-66…
Browse files Browse the repository at this point in the history
…16dfa5d1

Bump the asciidoctor group with 4 updates
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
2 parents 27a31a0 + 79da3a2 commit d6f7c17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id 'java'
id 'org.asciidoctor.jvm.gems' version '4.0.3'
id 'org.asciidoctor.jvm.convert' version '4.0.3' apply false
id 'org.asciidoctor.jvm.pdf' version '4.0.3'
id 'org.asciidoctor.jvm.epub' version '4.0.3'
id 'org.asciidoctor.jvm.gems' version '4.0.4'
id 'org.asciidoctor.jvm.convert' version '4.0.4' apply false
id 'org.asciidoctor.jvm.pdf' version '4.0.4'
id 'org.asciidoctor.jvm.epub' version '4.0.4'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'
id 'com.github.ben-manes.versions' version '0.51.0'
}
Expand Down

0 comments on commit d6f7c17

Please sign in to comment.