Bump kotlin-compile-testing from 1.4.2 to 1.4.5

Bumps [kotlin-compile-testing](https://github.com/tschuchortdev/kotlin-compile-testing) from 1.4.2 to 1.4.5.
- [Release notes](https://github.com/tschuchortdev/kotlin-compile-testing/releases)
- [Commits](https://github.com/tschuchortdev/kotlin-compile-testing/compare/1.4.2...1.4.5)

---
updated-dependencies:
- dependency-name: com.github.tschuchortdev:kotlin-compile-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-11 12:06:34 +00:00 committed by GitHub
parent 50512e6a0d
commit a6bd919726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0"
testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.2"
testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.5"
testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version")
testRuntimeOnly("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlin_version")
}