We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd34c97 commit c8951dbCopy full SHA for c8951db
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm") version "1.7.0"
+ kotlin("jvm") version "1.7.10"
3
jacoco
4
id("org.sonarqube") version "3.3"
5
id("com.diffplug.spotless") version "6.1.2"
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10")
18
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.8.2,)")
19
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.8.2,)")
20
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
0 commit comments