Skip to content

Commit

Permalink
misc: update vulnerable dependency pulled in transitively from Dokka (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Jun 27, 2024
1 parent 9c11614 commit 86e012c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,13 @@ apiValidation {
),
)
}

// FIXME We are getting a vulnerable dependency pulled in transitively through Dokka
// https://github.com/Kotlin/dokka/issues/3194
allprojects {
configurations.all {
resolutionStrategy {
force("com.fasterxml.woodstox:woodstox-core:6.4.0")
}
}
}

0 comments on commit 86e012c

Please sign in to comment.