Skip to content

Commit

Permalink
Bump com.github.twitch4j:twitch4j from 1.22.0 to 1.23.0
Browse files Browse the repository at this point in the history
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](twitch4j/twitch4j@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 7249260 commit 2f5f45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2f5f45c

Please sign in to comment.