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 19, 2021
1 parent 4aff23d commit 85a649b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ 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"
kotlin("jvm") version "1.6.10"
id("org.jetbrains.dokka") version "1.6.0"
java
`maven-publish`
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.21")
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
Original file line number Diff line number Diff line change
@@ -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.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 85a649b

Please sign in to comment.