From 526c1fe9940d7002147486461fcb394ab4b249b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:03:25 -0800 Subject: [PATCH] Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 (#1551) Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.8.1 to 6.8.2. - [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.8.1...rel/commons-bcel-6.8.2) --- updated-dependencies: - dependency-name: org.apache.bcel:bcel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9207a9a959..39f45322ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ asm = "9.6" auto-value = "1.10.4" awaitility = "4.2.0" -bcel = "6.8.1" +bcel = "6.8.2" bnd = "6.4.0" bouncycastle-jdk15on = "1.70" bouncycastle-jdk18on = "1.77"