Skip to content

Commit 52833c1

Browse files
dependabot[bot]Zabuzard
authored andcommitted
Bump junit-jupiter-engine from 5.7.2 to 5.8.0
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.2...r5.8.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a10c285 commit 52833c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
implementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.14.1'
104104

105105
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
106-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
106+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0'
107107
}
108108

109109
application {

0 commit comments

Comments
 (0)