build(dependencies): 更新依赖项版本.

更新版本有利于维持项目安全性.
This commit is contained in:
2022-09-19 01:14:31 +08:00
parent 4c30a1ac68
commit 437cee499a
4 changed files with 14 additions and 14 deletions

View File

@ -16,11 +16,11 @@ dependencies {
api("com.google.code.gson:gson:2.9.0")
testImplementation(kotlin("test"))
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
dokkaHtmlPlugin("org.jetbrains.dokka:javadoc-plugin:1.7.0")
dokkaHtmlPlugin("org.jetbrains.dokka:javadoc-plugin:1.7.10")
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {