From 6cf0ca99405f67b366a7f69aee5fb53994049bb4 Mon Sep 17 00:00:00 2001 From: Matas Date: Thu, 27 Jun 2024 14:01:30 -0500 Subject: [PATCH] misc: Revert "misc: update vulnerable dependency pulled in transitively from Dokka (#1109)" (#1110) This reverts commit 86e012c2d24345db5ac7d5248be1f60a3d0a09d7. --- build.gradle.kts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 22c3915dd..da9ffca7c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") - } - } -}