Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent f441174 commit 852f6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.0"
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
// id("org.cqfn.diktat.diktat-gradle-plugin") version "1.0.2"
kotlin("jvm") version "1.8.10"
kotlin("jvm") version "1.9.25"
id("com.github.dawnwords.jacoco.badge") version "0.2.4"
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SOFTWARE.
<junit-jupiter-api.version>5.9.2</junit-jupiter-api.version>
<junit-jupiter-engine.version>5.9.2</junit-jupiter-engine.version>
<junit-platform.version>1.9.2</junit-platform.version>
<kotlin.version>1.8.10</kotlin.version>
<kotlin.version>1.9.25</kotlin.version>
<kotlin-loggin.version>3.0.5</kotlin-loggin.version>
<mvn.version>3.11.0</mvn.version>
<pmd.version>3.20.0</pmd.version>
Expand Down

0 comments on commit 852f6c8

Please sign in to comment.