Skip to content

Commit 999713b

Browse files
[deps]: Bump junitVersion from 5.11.0 to 5.13.3
Bumps `junitVersion` from 5.11.0 to 5.13.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a14850f commit 999713b

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
@@ -9,7 +9,7 @@ plugins {
99
[compileKotlin, compileTestKotlin]*.kotlinOptions*.jvmTarget = "17"
1010

1111
ext {
12-
junitVersion = "5.11.0"
12+
junitVersion = "5.13.3"
1313
mockitoVersion = "5.13.0"
1414
assertjVersion = "3.26.3"
1515
aspectjVersion = "1.9.22.1"

0 commit comments

Comments
 (0)