From 13fddd8adb02e1136fc2eb9a96ba27171b2fdef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:04:45 +0000 Subject: [PATCH] build(deps): bump org.apache.bcel:bcel from 6.12.0 to 6.13.0 Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.12.0 to 6.13.0. - [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.12.0...rel/commons-bcel-6.13.0) --- updated-dependencies: - dependency-name: org.apache.bcel:bcel dependency-version: 6.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- luak-jvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luak-jvm/build.gradle.kts b/luak-jvm/build.gradle.kts index e8db6f4b..0845e839 100644 --- a/luak-jvm/build.gradle.kts +++ b/luak-jvm/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { api(project(":luak-core")) - implementation("org.apache.bcel:bcel:6.12.0") + implementation("org.apache.bcel:bcel:6.13.0") testImplementation("junit:junit:4.13.2") testImplementation(kotlin("test"))