File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ version = rootProject.version
14
14
dependencies {
15
15
implementation(" com.squareup:kotlinpoet:2.1.0" )
16
16
implementation(" com.charleskorn.kaml:kaml:0.73.0" )
17
- implementation(" io.github.oshai:kotlin-logging:7.0.5 " )
17
+ implementation(" io.github.oshai:kotlin-logging:7.0.6 " )
18
18
implementation(projects.sharedInternal)
19
19
20
20
testImplementation(projects.githubWorkflowsKt)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation(" io.micrometer:micrometer-registry-prometheus:1.14.5" )
21
21
22
22
implementation(" com.sksamuel.aedile:aedile-core:2.0.3" )
23
- implementation(" io.github.oshai:kotlin-logging:7.0.5 " )
23
+ implementation(" io.github.oshai:kotlin-logging:7.0.6 " )
24
24
implementation(platform(" org.apache.logging.log4j:log4j-bom:2.24.3" ))
25
25
implementation(" org.apache.logging.log4j:log4j-jul" )
26
26
runtimeOnly(" org.apache.logging.log4j:log4j-core" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
api(" io.arrow-kt:arrow-core:2.0.1" )
8
8
api(projects.actionBindingGenerator)
9
9
implementation(projects.sharedInternal)
10
- implementation(" io.github.oshai:kotlin-logging:7.0.5 " )
10
+ implementation(" io.github.oshai:kotlin-logging:7.0.6 " )
11
11
12
12
runtimeOnly(projects.githubWorkflowsKt)
13
13
}
You can’t perform that action at this time.
0 commit comments