From 9dfede7714bef7a071be70587618f49ee2d55fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:09:18 +0000 Subject: [PATCH] Build(deps): Bump commons-logging:commons-logging from 1.2 to 1.3.6 Bumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.2 to 1.3.6. - [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-logging/commits/rel/commons-logging-1.3.6) --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rd-kt/rd-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rd-kt/rd-core/build.gradle.kts b/rd-kt/rd-core/build.gradle.kts index fb2c5ffab..d8442c1a9 100644 --- a/rd-kt/rd-core/build.gradle.kts +++ b/rd-kt/rd-core/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } dependencies { - implementation("commons-logging:commons-logging:1.2") + implementation("commons-logging:commons-logging:1.3.6") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${com.jetbrains.rd.gradle.dependencies.kotlinxCoroutinesVersion}") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:${com.jetbrains.rd.gradle.dependencies.kotlinVersion}") }