From 815cd2faeade1c0d95689c65de1e669c438b76e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:21:50 +0000 Subject: [PATCH] chore(deps): bump com.qiniu:qiniu-java-sdk from 7.14.0 to 7.15.0 in /app Bumps [com.qiniu:qiniu-java-sdk](https://github.com/qiniu/java-sdk) from 7.14.0 to 7.15.0. - [Release notes](https://github.com/qiniu/java-sdk/releases) - [Changelog](https://github.com/qiniu/java-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/qiniu/java-sdk/compare/v7.14.0...v7.15.0) --- updated-dependencies: - dependency-name: com.qiniu:qiniu-java-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c1700a0..9fcb6fd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { // https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor implementation("com.squareup.okhttp3:logging-interceptor:4.12.0") // https://mvnrepository.com/artifact/com.qiniu/qiniu-java-sdk - implementation("com.qiniu:qiniu-java-sdk:7.14.0") + implementation("com.qiniu:qiniu-java-sdk:7.15.0") // https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 implementation("org.apache.commons:commons-pool2:2.12.0") // https://mvnrepository.com/artifact/org.ocpsoft.prettytime/prettytime