Skip to content

Commit 85a649b

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 4aff23d commit 85a649b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ group = "CHANGEME"
1111
version = "0.0.1"
1212

1313
val kotlinVersion = "1.6.0"
14-
val junitVersion = "5.8.1"
14+
val junitVersion = "5.8.2"
1515

1616
plugins {
17-
kotlin("jvm") version "1.6.0"
17+
kotlin("jvm") version "1.6.10"
1818
id("org.jetbrains.dokka") version "1.6.0"
1919
java
2020
`maven-publish`
@@ -26,7 +26,7 @@ repositories {
2626
}
2727

2828
dependencies {
29-
implementation("io.github.microutils:kotlin-logging:2.1.0")
29+
implementation("io.github.microutils:kotlin-logging:2.1.21")
3030
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
3131
implementation("org.slf4j:slf4j-simple:1.7.32")
3232
implementation(kotlin("reflect", kotlinVersion))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)