Skip to content

Commit 109199c

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /weather-app
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a82d265 commit 109199c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weather-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
2525
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
26-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
26+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)