Skip to content

Commit f901f7c

Browse files
fix(maven): update dependency org.junit:junit-bom to v6.1.0 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9ae5f0 commit f901f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'org.yaml:snakeyaml:2.6'
5151

5252
// Testing - JUnit BOM for version management
53-
testImplementation platform('org.junit:junit-bom:6.0.3')
53+
testImplementation platform('org.junit:junit-bom:6.1.0')
5454
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-params'
5656
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)