Skip to content

Commit

Permalink
Bump io.netty:netty-handler from 4.1.91.Final to 4.1.101.Final (#117)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.91.Final to 4.1.101.Final.
- [Commits](netty/netty@netty-4.1.91.Final...netty-4.1.101.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 52ad416 commit 9aaa4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ nexusPublishing {
dependencies {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.4")
implementation("io.netty:netty-codec-redis:4.1.86.Final")
implementation("io.netty:netty-handler:4.1.91.Final")
implementation("io.netty:netty-handler:4.1.101.Final")
implementation(kotlin("stdlib"))
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0")
Expand Down

0 comments on commit 9aaa4b7

Please sign in to comment.