Skip to content

Commit 08117e2

Browse files
chore(deps): bump org.junit:junit-bom from 5.11.2 to 5.13.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.2 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.2...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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 427751f commit 08117e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ dependencies {
4545
api "org.springframework.boot:spring-boot-test:3.4.1"
4646
api "org.springframework:spring-test:6.1.13"
4747
api "org.slf4j:slf4j-api:2.0.16"
48-
api 'org.junit.jupiter:junit-jupiter-api:5.11.2'
48+
api 'org.junit.jupiter:junit-jupiter-api:5.13.4'
4949

5050
testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}"
5151
testImplementation "org.springframework.boot:spring-boot-starter-test:3.4.1"
5252
testImplementation 'org.assertj:assertj-core:3.27.4'
53-
testImplementation platform('org.junit:junit-bom:5.11.2')
53+
testImplementation platform('org.junit:junit-bom:5.13.4')
5454
testImplementation 'org.junit.jupiter:junit-jupiter'
5555
testImplementation 'org.junit.platform:junit-platform-launcher'
5656
testImplementation 'io.rest-assured:rest-assured:5.5.0'

0 commit comments

Comments
 (0)