Replace vulnerable dependencies
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user