Skip to content

Commit 134c46c

Browse files
chore(deps): update dependency org.junit:junit-bom to v5.14.3 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 177ea50 commit 134c46c

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.2')
45+
testImplementation platform('org.junit:junit-bom:5.14.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)