Skip to content

Commit 0028bdb

Browse files
committed
Update dependencies
1 parent 3b0c1a8 commit 0028bdb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description = "A logger facilitating lazily-evaluated log calls via Kotlin's inl
1313
plugins {
1414
`maven-publish`
1515
signing
16-
kotlin("multiplatform") version "1.7.21"
17-
id("org.jetbrains.dokka") version "1.7.20"
18-
id("com.github.ben-manes.versions") version "0.39.0"
16+
kotlin("multiplatform") version "1.8.21"
17+
id("org.jetbrains.dokka") version "1.8.10"
18+
id("com.github.ben-manes.versions") version "0.46.0"
1919
}
2020

2121
tasks.withType<DependencyUpdatesTask> {
@@ -37,7 +37,6 @@ val javadocJar by tasks.registering(Jar::class) {
3737

3838
repositories {
3939
mavenCentral()
40-
jcenter()
4140
}
4241

4342
kotlin {
@@ -65,7 +64,7 @@ kotlin {
6564

6665
dependencies {
6766
implementation(kotlin("stdlib-jdk8"))
68-
implementation("org.slf4j:slf4j-api:1.7.30")
67+
implementation("org.slf4j:slf4j-api:2.0.7")
6968
}
7069
}
7170

@@ -78,7 +77,7 @@ kotlin {
7877
dependencies {
7978
implementation(kotlin("test"))
8079
implementation(kotlin("test-junit"))
81-
implementation("org.slf4j:slf4j-jdk14:1.7.30")
80+
implementation("org.slf4j:slf4j-jdk14:2.0.7")
8281
}
8382
}
8483

0 commit comments

Comments
 (0)