From 29644388b03f2f5f592006895179c6e7a15da3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:28:46 +0000 Subject: [PATCH] build(deps): bump org.ow2.asm:asm-util from 9.5 to 9.6 Bumps org.ow2.asm:asm-util from 9.5 to 9.6. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1091af8..192a2c39 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'com.formdev:flatlaf:3.2.1' implementation group: 'org.ow2.asm', name: 'asm', version: '9.5' implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.5' - implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.5' + implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.6' implementation 'org.tinylog:tinylog-api:2.6.2' implementation 'org.tinylog:tinylog-impl:2.6.2'