Skip to content

Commit

Permalink
Bump exporter version
Browse files Browse the repository at this point in the history
RISDEV-2683
  • Loading branch information
leonie-koch committed Nov 28, 2023
1 parent 0a76149 commit 571507a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ dependencies {
}
implementation("org.freehep:freehep-graphicsio-emf:2.4")
// package served by private repo, requires authentication:
implementation("de.bund.digitalservice:neuris-juris-xml-export:0.8.8") {
implementation("de.bund.digitalservice:neuris-juris-xml-export:0.8.9") {
exclude(group = "org.slf4j", module = "slf4j-simple")
}
// for local development:
// implementation(files("../../neuris-juris-xml-export/build/libs/neuris-juris-xml-export-0.7.13.jar"))
// implementation(files("../../neuris-juris-xml-export/build/libs/neuris-juris-xml-export-0.8.9.jar"))
implementation("com.icegreen:greenmail:2.0.0")
implementation("de.bund.digitalservice:ris-norms-juris-converter:0.19.2")
// for local development:
Expand Down

0 comments on commit 571507a

Please sign in to comment.