Skip to content

Commit 0dbe045

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

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
@@ -56,7 +56,7 @@ dependencies {
5656
testAnnotationProcessor 'io.github.reqstool:reqstool-java-annotations:1.0.0'
5757

5858
// Testing - JUnit BOM for version management
59-
testImplementation platform('org.junit:junit-bom:6.1.1')
59+
testImplementation platform('org.junit:junit-bom:6.1.2')
6060
testImplementation 'org.junit.jupiter:junit-jupiter-api'
6161
testImplementation 'org.junit.jupiter:junit-jupiter-params'
6262
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)