We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef012f8 commit 237d88aCopy full SHA for 237d88a
1 file changed
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation 'org.yaml:snakeyaml:2.5'
43
44
// Testing - JUnit BOM for version management
45
- testImplementation platform('org.junit:junit-bom:5.14.3')
+ testImplementation platform('org.junit:junit-bom:6.0.3')
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