Skip to content

Commit

Permalink
Bump org.apache.xmlgraphics:batik from 1.17 to 1.18 (#592)
Browse files Browse the repository at this point in the history
Bumps org.apache.xmlgraphics:batik from 1.17 to 1.18.

---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:batik
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent f7de045 commit ad67725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies {
implementation("org.apache.derby:derby:10.17.1.0")
implementation("org.apache.derby:derbyclient:10.17.1.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
implementation("org.apache.xmlgraphics:batik:1.17")
implementation("org.apache.xmlgraphics:batik-transcoder:1.17")
implementation("org.apache.xmlgraphics:batik-codec:1.17")
implementation("org.apache.xmlgraphics:batik:1.18")
implementation("org.apache.xmlgraphics:batik-transcoder:1.18")
implementation("org.apache.xmlgraphics:batik-codec:1.18")

testImplementation(libs.junit.jupiter.api)
testRuntimeOnly(libs.junit.jupiter.engine)
Expand Down

0 comments on commit ad67725

Please sign in to comment.