Merge pull request #54 from AppleCommander/dependabot/gradle/org.junit-junit-bom-6.0.0

Bump org.junit:junit-bom from 5.10.0 to 6.0.0
This commit is contained in:
A2 Geek
2025-10-27 10:02:17 -07:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ dependencies {
implementation project(':bastools-tools:bastools-tools-bt')
implementation project(':bastools-tools:bastools-tools-st')
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation platform('org.junit:junit-bom:6.0.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation "io.github.a2geek:clth:$clthVersion"