Skip to content

Commit 0660946

Browse files
authoredJun 27, 2024··
Merge pull request #110 from iTitus/dependabot/gradle/org.junit-junit-bom-5.10.3
Bump org.junit:junit-bom from 5.10.2 to 5.10.3
2 parents 5723430 + 3a1c41a commit 0660946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'org.json:json:20240303'
2727
implementation 'io.github.ititus:ititus-commons:2.3.3'
2828

29-
testImplementation platform('org.junit:junit-bom:5.10.2')
29+
testImplementation platform('org.junit:junit-bom:5.10.3')
3030
testImplementation 'org.junit.jupiter:junit-jupiter'
3131
testImplementation 'org.assertj:assertj-core:3.26.0'
3232
testImplementation 'org.mockito:mockito-core:5.12.0'

0 commit comments

Comments
 (0)
Please sign in to comment.