Skip to content

Commit c8951db

Browse files
authored
Update build.gradle.kts
1 parent bd34c97 commit c8951db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.7.0"
2+
kotlin("jvm") version "1.7.10"
33
jacoco
44
id("org.sonarqube") version "3.3"
55
id("com.diffplug.spotless") version "6.1.2"
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10")
17+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10")
1818
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.8.2,)")
1919
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.8.2,)")
2020
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")

0 commit comments

Comments
 (0)