File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.2.0" )
16
16
implementation(" com.charleskorn.kaml:kaml:0.85.0" )
17
- implementation(" io.github.oshai:kotlin-logging:7.0.10 " )
17
+ implementation(" io.github.oshai:kotlin-logging:7.0.11 " )
18
18
implementation(projects.sharedInternal)
19
19
20
20
testImplementation(projects.githubWorkflowsKt)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
implementation(" io.micrometer:micrometer-registry-prometheus:1.15.2" )
18
18
19
19
implementation(" com.sksamuel.aedile:aedile-core:2.1.2" )
20
- implementation(" io.github.oshai:kotlin-logging:7.0.10 " )
20
+ implementation(" io.github.oshai:kotlin-logging:7.0.11 " )
21
21
implementation(platform(" org.apache.logging.log4j:log4j-bom:2.25.1" ))
22
22
implementation(" org.apache.logging.log4j:log4j-jul" )
23
23
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.1.2" )
8
8
api(projects.actionBindingGenerator)
9
9
implementation(projects.sharedInternal)
10
- implementation(" io.github.oshai:kotlin-logging:7.0.10 " )
10
+ implementation(" io.github.oshai:kotlin-logging:7.0.11 " )
11
11
12
12
runtimeOnly(projects.githubWorkflowsKt)
13
13
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation(" io.ktor:ktor-client-content-negotiation:3.2.3" )
19
19
implementation(" io.ktor:ktor-client-logging:3.2.3" )
20
20
implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.3" )
21
- implementation(" io.github.oshai:kotlin-logging:7.0.10 " )
21
+ implementation(" io.github.oshai:kotlin-logging:7.0.11 " )
22
22
implementation(" com.auth0:java-jwt:4.5.0" )
23
23
implementation(" org.kohsuke:github-api:1.329" )
24
24
You can’t perform that action at this time.
0 commit comments