Skip to content

Commit 237d88a

Browse files
chore(deps): update dependency org.junit:junit-bom to v6 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef012f8 commit 237d88a

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
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'org.yaml:snakeyaml:2.5'
4343

4444
// Testing - JUnit BOM for version management
45-
testImplementation platform('org.junit:junit-bom:5.14.3')
45+
testImplementation platform('org.junit:junit-bom:6.0.3')
4646
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4848
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)