There was an error while loading. Please reload this page.
1 parent c9ae5f0 commit f901f7cCopy full SHA for f901f7c
1 file changed
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
implementation 'org.yaml:snakeyaml:2.6'
51
52
// Testing - JUnit BOM for version management
53
- testImplementation platform('org.junit:junit-bom:6.0.3')
+ testImplementation platform('org.junit:junit-bom:6.1.0')
54
testImplementation 'org.junit.jupiter:junit-jupiter-api'
55
testImplementation 'org.junit.jupiter:junit-jupiter-params'
56
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments