Skip to content

Commit

Permalink
Merge pull request #11 from mdnorman/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
mdnorman authored Nov 26, 2021
2 parents a93dccc + bb087f2 commit 6c7c64f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group = "CHANGEME"
version = "0.0.1"

val kotlinVersion = "1.3.61"
val junitVersion = "5.4.0"
val junitVersion = "5.8.1"

plugins {
kotlin("jvm") version "1.6.0"
Expand All @@ -26,12 +26,12 @@ repositories {
}

dependencies {
implementation("io.github.microutils:kotlin-logging:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0")
implementation("org.slf4j:slf4j-simple:1.7.0")
implementation("io.github.microutils:kotlin-logging:1.12.5")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("org.slf4j:slf4j-simple:1.7.32")
implementation(kotlin("reflect", kotlinVersion))
implementation(kotlin("stdlib-jdk8", kotlinVersion))
testImplementation("com.natpryce:hamkrest:1.7.0")
testImplementation("com.natpryce:hamkrest:1.8.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down

0 comments on commit 6c7c64f

Please sign in to comment.