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 e439a0a commit e015ae6Copy full SHA for e015ae6
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm") version "2.1.0"
+ kotlin("jvm") version "2.1.10"
3
jacoco
4
id("org.sonarqube") version "5.1.0.4882"
5
id("com.diffplug.spotless") version "6.25.0"
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
18
testImplementation("org.junit.jupiter:junit-jupiter:[5.11.3,)")
19
testImplementation("org.hamcrest:hamcrest-core:[3.0,)")
20
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)")
0 commit comments