From 9cb509432b18797ad77f55194f4a0dae19e84feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:21:17 +0800 Subject: [PATCH] build(deps): bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#266) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec 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> --- BilibiliLiveApiClient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BilibiliLiveApiClient/build.gradle b/BilibiliLiveApiClient/build.gradle index f6890b9..56bc7c2 100644 --- a/BilibiliLiveApiClient/build.gradle +++ b/BilibiliLiveApiClient/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'org.java-websocket:Java-WebSocket:1.5.7' api 'com.google.protobuf:protobuf-javalite:4.27.2' - implementation 'commons-codec:commons-codec:1.17.0' + implementation 'commons-codec:commons-codec:1.17.1' testImplementation platform('org.junit:junit-bom:5.10.3') testImplementation 'org.junit.jupiter:junit-jupiter'