Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit d840e72

Browse files
Bump org.junit:junit-bom from 5.11.3 to 5.11.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 045e709 commit d840e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("org.mongodb:mongodb-driver:3.12.14")
3939
implementation("org.hibernate.validator:hibernate-validator:8.0.1.Final")
4040

41-
testImplementation(platform("org.junit:junit-bom:5.11.3"))
41+
testImplementation(platform("org.junit:junit-bom:5.11.4"))
4242
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
4343
testImplementation("org.junit.jupiter:junit-jupiter-api")
4444
testImplementation("org.assertj:assertj-core:3.26.3")

0 commit comments

Comments
 (0)