Skip to content

Commit 820ca4c

Browse files
Bump jUnitVersion from 5.10.2 to 5.13.4
Bumps `jUnitVersion` from 5.10.2 to 5.13.4. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...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 - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c34760 commit 820ca4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configurations {
2727
compile.extendsFrom plugin
2828
}
2929

30-
def jUnitVersion = '5.10.2'
30+
def jUnitVersion = '5.13.4'
3131

3232
dependencies {
3333
implementation gradleApi()

0 commit comments

Comments
 (0)