Skip to content

Commit

Permalink
Merge pull request #9 from alikemalocalan/dependabot/gradle/io.netty-…
Browse files Browse the repository at this point in the history
…netty-transport-4.1.107.Final

Bump io.netty:netty-transport from 4.1.106.Final to 4.1.107.Final
  • Loading branch information
alikemalocalan authored Feb 27, 2024
2 parents 1a6d02f + 5ae6f24 commit f80c3c9
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 @@ -40,7 +40,7 @@ application {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
api 'io.netty:netty-transport:4.1.106.Final'
api 'io.netty:netty-transport:4.1.107.Final'
api 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
implementation 'ch.qos.logback:logback-classic:1.5.0'
}
Expand Down

0 comments on commit f80c3c9

Please sign in to comment.