Skip to content

Commit

Permalink
Merge pull request #4 from Onako2/dependabot/gradle/org.junit-junit-b…
Browse files Browse the repository at this point in the history
…om-5.10.2

Bump org.junit:junit-bom from 5.9.1 to 5.10.2
  • Loading branch information
Onako2 authored Apr 30, 2024
2 parents 4a9aaee + ea29eaa commit 399578c
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 @@ -18,7 +18,7 @@ tasks.withType(JavaCompile).configureEach {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
implementation 'com.github.twitch4j:twitch4j:1.20.0'
implementation 'org.xerial:sqlite-jdbc:3.45.2.0'
Expand Down

0 comments on commit 399578c

Please sign in to comment.