Skip to content

Commit 1627f7d

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 (#466)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbac02a commit 1627f7d

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
@@ -112,7 +112,7 @@ dependencies {
112112
// https://github.com/webcompere/model-assert
113113
// for json assertions
114114
testImplementation 'uk.org.webcompere:model-assert:1.0.3'
115-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
115+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
116116
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
117117
// would like to transition these to wiremock
118118
testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0'

0 commit comments

Comments
 (0)