Skip to content

Commit

Permalink
Update Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2022
1 parent b8ae524 commit 013738f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "com.github.monosoul"

plugins {
id("org.jetbrains.intellij") version "1.8.0"
id("org.jetbrains.intellij") version "1.8.1"
kotlin("jvm") version "1.7.10"
jacoco
}
Expand All @@ -27,7 +27,7 @@ dependencies {
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:1.12.5")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
}

Expand Down

0 comments on commit 013738f

Please sign in to comment.