Skip to content

Commit 6e0cd97

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.2 (#14)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.10.2) --- 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 1fa5e1b commit 6e0cd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ subprojects {
6565
}
6666

6767
dependencies {
68-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
69-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
68+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
69+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7070
}
7171
}

0 commit comments

Comments
 (0)