Skip to content

Commit fad4457

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88d29b6 commit fad4457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ dependencies {
9898
testImplementation 'com.h2database:h2:+'
9999

100100
// for JaCoCo Reports
101-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
102-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
103-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
101+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
102+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
103+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
104104

105105
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
106106
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'

0 commit comments

Comments
 (0)