Replace vulnerable dependencies

This commit is contained in:
Edwin Jakobs
2022-03-27 10:08:14 +02:00
parent bf4ce7dbb3
commit 9b56f84dff
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
dependencies {
def withoutSlf4j = { exclude group: 'org.slf4j' }
def withoutSlf4j = {
exclude group: 'org.slf4j'
exclude group: 'log4j'
}
implementation "com.illposed.osc:javaosc-core:0.8", withoutSlf4j
}