Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2021
1 parent 4aff23d commit 8a3a242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -11,7 +11,7 @@ group = "CHANGEME"
version = "0.0.1"

val kotlinVersion = "1.6.0"
val junitVersion = "5.8.1"
val junitVersion = "5.8.2"

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

dependencies {
implementation("io.github.microutils:kotlin-logging:2.1.0")
implementation("io.github.microutils:kotlin-logging:2.1.15")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("org.slf4j:slf4j-simple:1.7.32")
implementation(kotlin("reflect", kotlinVersion))
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8a3a242

Please sign in to comment.