Skip to content

Commit 852f6c8

Browse files
fix(deps): update kotlin monorepo to v1.9.25
1 parent f441174 commit 852f6c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id("io.spring.dependency-management") version "1.1.0"
1515
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
1616
// id("org.cqfn.diktat.diktat-gradle-plugin") version "1.0.2"
17-
kotlin("jvm") version "1.8.10"
17+
kotlin("jvm") version "1.9.25"
1818
id("com.github.dawnwords.jacoco.badge") version "0.2.4"
1919
}
2020

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SOFTWARE.
4242
<junit-jupiter-api.version>5.9.2</junit-jupiter-api.version>
4343
<junit-jupiter-engine.version>5.9.2</junit-jupiter-engine.version>
4444
<junit-platform.version>1.9.2</junit-platform.version>
45-
<kotlin.version>1.8.10</kotlin.version>
45+
<kotlin.version>1.9.25</kotlin.version>
4646
<kotlin-loggin.version>3.0.5</kotlin-loggin.version>
4747
<mvn.version>3.11.0</mvn.version>
4848
<pmd.version>3.20.0</pmd.version>

0 commit comments

Comments
 (0)