Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 88af673

Browse files
committed
dependencies update
1 parent 8abab2b commit 88af673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'org.jetbrains.dokka' version '1.6.10'
1010
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
1111
id 'org.unbroken-dome.test-sets' version '4.0.0'
12-
id 'com.github.ben-manes.versions' version '0.41.0'
12+
id 'com.github.ben-manes.versions' version '0.42.0'
1313
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1414
}
1515

@@ -135,7 +135,7 @@ dependencies {
135135
testImplementation("io.mockk:mockk:1.12.2")
136136
testImplementation("io.kotest:kotest-runner-junit5:5.1.0")
137137
testImplementation("io.kotest:kotest-framework-datatest:5.1.0")
138-
testImplementation ('ch.qos.logback:logback-classic:1.2.10')
138+
testImplementation ('ch.qos.logback:logback-classic:1.2.11')
139139
testImplementation("com.google.jimfs:jimfs:1.2")
140140
}
141141

0 commit comments

Comments
 (0)