mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-12 18:49:23 +01:00
chore: bump dependency versions
This commit is contained in:
parent
e293c5154f
commit
2722009779
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.ow2.asm:asm-commons:9.4'
|
||||
implementation 'org.ow2.asm:asm-util:9.4'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
|
||||
implementation 'org.ow2.asm:asm-commons:9.5'
|
||||
implementation 'org.ow2.asm:asm-util:9.5'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in a new issue