Skip to content

Commit e85da37

Browse files
Bump org.junit:junit-bom from 5.13.1 to 5.13.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 037f305 commit e85da37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subprojects {
6262
implementation 'commons-cli:commons-cli:1.9.0'
6363
implementation 'commons-logging:commons-logging:1.3.5'
6464

65-
testImplementation platform('org.junit:junit-bom:5.13.1')
65+
testImplementation platform('org.junit:junit-bom:5.13.4')
6666
testImplementation 'org.junit.jupiter:junit-jupiter'
6767
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6868
testImplementation 'org.assertj:assertj-core:3.27.3'

0 commit comments

Comments
 (0)