Skip to content

Commit c49d4de

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.11.3
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.11.3) --- 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 8c013e0 commit c49d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
exclude group: 'com.square.okio', module: 'okio'
2727
}
2828
testImplementation 'com.squareup.okio:okio:3.8.0'
29-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
29+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
3030
testImplementation 'com.squareup.okhttp3:okhttp:4.9.2'
3131
testImplementation 'junit:junit:4.11-redhat-1'
3232
testImplementation 'junit:junit:4.13.1'

0 commit comments

Comments
 (0)