We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165fcba commit 0a2f5d1Copy full SHA for 0a2f5d1
1 file changed
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation 'org.yaml:snakeyaml:2.3'
43
44
// Testing - JUnit BOM for version management
45
- testImplementation platform('org.junit:junit-bom:5.11.4')
+ testImplementation platform('org.junit:junit-bom:6.0.2')
46
testImplementation 'org.junit.jupiter:junit-jupiter-api'
47
testImplementation 'org.junit.jupiter:junit-jupiter-params'
48
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments