diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-28 00:35:35 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-28 00:35:35 +0200 |
commit | 27220097796d4d38b56a1adf69d66dfcf7fe1c77 (patch) | |
tree | 36e94f099612637989e7e26cbb8fa475889f977a /build.gradle | |
parent | e293c5154f8ab0293cdf5e10e0e5b70a436b8b78 (diff) |
chore: bump dependency versions
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index a4a0c2f..0786d67 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { |