Skip to content

Commit 5a63d20

Browse files
committed
Snyk issue
1 parent de2f0e6 commit 5a63d20

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

build.gradle

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ dependencies {
6565
pluginLibs libs.jackson.dataformat.yaml
6666
implementation libs.snakeyaml
6767

68+
components {
69+
withModule("org.rundeck.api:rd-api-client") {
70+
allVariants {
71+
withDependencies { deps ->
72+
deps.removeAll { it.group == "com.squareup.retrofit2" && it.name == "converter-jaxb" }
73+
deps.removeAll { it.group == "javax.xml.bind" && it.name == "jaxb-api" }
74+
deps.removeAll { it.group == "javax.activation" && it.name == "javax.activation-api" }
75+
}
76+
}
77+
}
78+
}
79+
80+
implementation "com.squareup.retrofit2:converter-gson:2.11.0"
81+
6882
// Security: Explicit inclusion of secure versions
6983
implementation libs.commons.lang3
7084
implementation libs.commons.compress

0 commit comments

Comments
 (0)