Skip to content

Commit

Permalink
Merge pull request #102 from iTitus/dependabot/gradle/org.junit-junit…
Browse files Browse the repository at this point in the history
…-bom-5.10.2

Bump org.junit:junit-bom from 5.10.1 to 5.10.2
  • Loading branch information
iTitus authored Feb 5, 2024
2 parents b8fd25a + 30d6b81 commit a498c26
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 @@ -26,7 +26,7 @@ dependencies {
implementation 'org.json:json:20231013'
implementation 'io.github.ititus:ititus-commons:2.3.3'

testImplementation platform('org.junit:junit-bom:5.10.1')
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.assertj:assertj-core:3.25.2'
testImplementation 'org.mockito:mockito-core:5.10.0'
Expand Down

0 comments on commit a498c26

Please sign in to comment.