Skip to content

Commit f21cb44

Browse files
Bump junitVersion from 5.11.4 to 5.12.2
Bumps `junitVersion` from 5.11.4 to 5.12.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 390021b commit f21cb44

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
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
def arrowVersion = "2.1.0"
13-
def junitVersion = "5.11.4"
13+
def junitVersion = "5.12.2"
1414

1515
dependencies {
1616
implementation platform('org.jetbrains.kotlin:kotlin-bom')

0 commit comments

Comments
 (0)