Skip to content

Commit

Permalink
Bump io.netty:netty-handler from 4.1.101.Final to 4.1.104.Final
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.101.Final to 4.1.104.Final.
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.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]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent c0b41d3 commit 79c5950
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.5")
implementation("io.netty:netty-codec-redis:4.1.104.Final")
implementation("io.netty:netty-handler:4.1.101.Final")
implementation("io.netty:netty-handler:4.1.104.Final")
implementation(kotlin("stdlib"))
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
Expand Down

0 comments on commit 79c5950

Please sign in to comment.