Skip to content

Commit

Permalink
misc: Revert "misc: update vulnerable dependency pulled in transitive…
Browse files Browse the repository at this point in the history
…ly from Dokka (#1109)" (#1110)

This reverts commit 86e012c.
  • Loading branch information
lauzadis authored Jun 27, 2024
1 parent 920fc71 commit 6cf0ca9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,3 @@ 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 6cf0ca9

Please sign in to comment.