Skip to content

Commit 19cff32

Browse files
authored
Update to Kotlin 1.4.10 and other dependencies (#64)
1 parent f5b03d0 commit 19cff32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.jetbrains.dokka.gradle.DokkaTask
2020
import java.net.URL
2121

2222
plugins {
23-
kotlin("jvm") version "1.4.0" apply false
23+
kotlin("jvm") version "1.4.10" apply false
2424
id("io.gitlab.arturbosch.detekt") version "1.12.0"
2525
id("com.appmattus.markdown") version "0.6.0"
2626
id("org.jetbrains.dokka") version "1.4.0"

fixture-javafaker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
api("com.github.javafaker:javafaker:1.0.2")
3333
api("org.yaml:snakeyaml:android") {
3434
version {
35-
strictly("1.26")
35+
strictly("1.27")
3636
}
3737
}
3838

fixture-kotest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2929
dependencies {
3030
api(kotlin("stdlib-jdk8"))
3131
api(project(":fixture"))
32-
api("io.kotest:kotest-property-jvm:4.2.3")
32+
api("io.kotest:kotest-property-jvm:4.2.4")
3333

3434
testImplementation("junit:junit:4.13")
3535
testImplementation(kotlin("test"))

fixture/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2828

2929
dependencies {
3030
api(kotlin("stdlib-jdk8"))
31-
api("io.github.classgraph:classgraph:4.8.89")
31+
api("io.github.classgraph:classgraph:4.8.90")
3232
api(kotlin("reflect"))
3333

3434
compileOnly("joda-time:joda-time:2.10.6")

0 commit comments

Comments
 (0)