diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 16:08:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 16:08:43 +0200 |
commit | f9ac1000d75878a3a46b0979af2bd502f59de778 (patch) | |
tree | a6a3195bd0618c25022156044938ad27c5c65183 /core/test-api | |
parent | 4ddaafb8ec1a45d2696833d1a441f7dbdbb319dd (diff) | |
download | dokka-f9ac1000d75878a3a46b0979af2bd502f59de778.tar.gz dokka-f9ac1000d75878a3a46b0979af2bd502f59de778.tar.bz2 dokka-f9ac1000d75878a3a46b0979af2bd502f59de778.zip |
Bump junit from 4.13 to 4.13.2 (#1785)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/test-api')
-rw-r--r-- | core/test-api/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test-api/build.gradle.kts b/core/test-api/build.gradle.kts index fc882f44..4acb260b 100644 --- a/core/test-api/build.gradle.kts +++ b/core/test-api/build.gradle.kts @@ -8,7 +8,7 @@ plugins { dependencies { api(project(":core")) implementation(project(":kotlin-analysis")) - implementation("junit:junit:4.13") // TODO: remove dependency to junit + implementation("junit:junit:4.13.2") // TODO: remove dependency to junit implementation(kotlin("stdlib")) implementation(kotlin("reflect")) } |