Skip to content

Commit

Permalink
Merge pull request #25 from alikemalocalan/dependabot/gradle/ch.qos.l…
Browse files Browse the repository at this point in the history
…ogback-logback-classic-1.5.10

Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.10
  • Loading branch information
alikemalocalan authored Oct 17, 2024
2 parents 106b3ea + ed926ca commit ae8b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
api 'io.netty:netty-transport:4.1.114.Final'
api 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
implementation 'ch.qos.logback:logback-classic:1.5.8'
implementation 'ch.qos.logback:logback-classic:1.5.10'
}

kotlin {
Expand Down

0 comments on commit ae8b3f6

Please sign in to comment.