Skip to content

Commit e1ccfa0

Browse files
authored
Merge pull request #151 from iTitus/dependabot/gradle/org.junit-junit-bom-6.0.1
Bump org.junit:junit-bom from 6.0.0 to 6.0.1
2 parents a8cc7ed + d5dc8c9 commit e1ccfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

29-
testImplementation platform('org.junit:junit-bom:6.0.0')
29+
testImplementation platform('org.junit:junit-bom:6.0.1')
3030
testImplementation 'org.junit.jupiter:junit-jupiter'
3131
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3232
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)