Skip to content

Commit c15b923

Browse files
dependabot[bot]Zabuzard
authored andcommitted
Bump junit-jupiter-api from 5.7.2 to 5.8.0
Bumps [junit-jupiter-api](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-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52833c1 commit c15b923

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
@@ -102,7 +102,7 @@ dependencies {
102102
implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
103103
implementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.14.1'
104104

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

0 commit comments

Comments
 (0)