Skip to content

Commit 29bd16a

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29462fb commit 29bd16a

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
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
5454
testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
5555
testImplementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
56-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
56+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5858

5959
}

0 commit comments

Comments
 (0)