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 27, 2021
1 parent 4aff23d commit 2cbc1a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Expand Up @@ -11,11 +11,11 @@ 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"
id("org.jetbrains.dokka") version "1.6.0"
kotlin("jvm") version "1.6.10"
id("org.jetbrains.dokka") version "1.6.10"
java
`maven-publish`
}
Expand All @@ -26,8 +26,8 @@ repositories {
}

dependencies {
implementation("io.github.microutils:kotlin-logging:2.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("io.github.microutils:kotlin-logging:2.1.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
implementation("org.slf4j:slf4j-simple:1.7.32")
implementation(kotlin("reflect", kotlinVersion))
implementation(kotlin("stdlib-jdk8", 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.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2cbc1a2

Please sign in to comment.