From 7c6d144a891d161c739a671941427dc7fe950ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 02:20:45 +0000 Subject: [PATCH] chore(deps): bump com.qcloud:cos_api from 5.6.259 to 5.6.260.1 Bumps [com.qcloud:cos_api](https://github.com/tencentyun/cos-java-sdk-v5) from 5.6.259 to 5.6.260.1. - [Release notes](https://github.com/tencentyun/cos-java-sdk-v5/releases) - [Changelog](https://github.com/tencentyun/cos-java-sdk-v5/blob/master/CHANGELOG.md) - [Commits](https://github.com/tencentyun/cos-java-sdk-v5/commits) --- updated-dependencies: - dependency-name: com.qcloud:cos_api dependency-version: 5.6.260.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/cos/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cos/build.gradle.kts b/plugins/cos/build.gradle.kts index 24281f2..9361cf7 100644 --- a/plugins/cos/build.gradle.kts +++ b/plugins/cos/build.gradle.kts @@ -8,7 +8,7 @@ project.version = "0.0.4" dependencies { testImplementation(kotlin("test")) - implementation("com.qcloud:cos_api:5.6.259") + implementation("com.qcloud:cos_api:5.6.260.1") compileOnly(project(":")) }