Skip to content

Commit 88a1a40

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-api (#259)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.14.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.14.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8175ca commit 88a1a40

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
@@ -215,8 +215,8 @@ subprojects {
215215
implementation project(':core')
216216
}
217217

218-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
219-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
218+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2'
219+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2'
220220
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
221221
}
222222
}

0 commit comments

Comments
 (0)