Skip to content

Commit

Permalink
Merge pull request #293 from mfvanek/dependabot/gradle/io.netty-netty…
Browse files Browse the repository at this point in the history
…-all-4.1.116.Final

Bump io.netty:netty-all from 4.1.115.Final to 4.1.116.Final
  • Loading branch information
mfvanek authored Dec 23, 2024
2 parents c66c4fb + e90d1f9 commit c5e9fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-index-health-spring-boot-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

// https://github.com/netty/netty/issues/11020
if (osdetector.arch == "aarch_64") {
testImplementation("io.netty:netty-all:4.1.115.Final")
testImplementation("io.netty:netty-all:4.1.116.Final")
}
}

Expand Down

0 comments on commit c5e9fbc

Please sign in to comment.