From 2f5f45cc7f32fe963cd652b0315dbf4b03fbf92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:16:49 +0000 Subject: [PATCH] Bump com.github.twitch4j:twitch4j from 1.22.0 to 1.23.0 Bumps [com.github.twitch4j:twitch4j](https://github.com/twitch4j/twitch4j) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/twitch4j/twitch4j/releases) - [Commits](https://github.com/twitch4j/twitch4j/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: com.github.twitch4j:twitch4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0732bc2..3e6c9ba 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ tasks.withType(JavaCompile).configureEach { dependencies { testImplementation platform('org.junit:junit-bom:5.11.3') testImplementation 'org.junit.jupiter:junit-jupiter' - implementation 'com.github.twitch4j:twitch4j:1.22.0' + implementation 'com.github.twitch4j:twitch4j:1.23.0' implementation 'org.xerial:sqlite-jdbc:3.47.1.0' implementation 'ch.qos.logback:logback-classic:1.5.12' implementation 'com.hexadevlabs:gpt4all-java-binding:1.1.5'