Skip to content

Commit

Permalink
chore(deps): update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 7348769 commit 893845e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "com.github.monosoul"

plugins {
id("org.jetbrains.intellij") version "1.13.3"
kotlin("jvm") version "1.8.20"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
id("org.jetbrains.intellij") version "1.17.2"
kotlin("jvm") version "1.9.22"
id("org.jetbrains.kotlinx.kover") version "0.7.6"
}

kover {
Expand All @@ -29,12 +29,12 @@ intellij {
dependencies {
implementation(kotlin("stdlib-jdk8"))

testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.platform:junit-platform-launcher")
testImplementation("io.strikt:strikt-jvm:0.34.1")
testImplementation("io.mockk:mockk-jvm:1.13.5")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testImplementation("io.mockk:mockk-jvm:1.13.10")
testImplementation("org.apache.commons:commons-lang3:3.14.0")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 893845e

Please sign in to comment.