We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889e3f3 commit 61ffcc4Copy full SHA for 61ffcc4
.github/dependabot.yml
@@ -7,7 +7,7 @@ updates:
7
time: "04:41"
8
open-pull-requests-limit: 20
9
ignore:
10
- - dependency-name: "io.netty"
+ - dependency-name: "io.netty:netty-bom"
11
- package-ecosystem: "github-actions"
12
directory: "/"
13
schedule:
build.gradle.kts
@@ -30,7 +30,7 @@ repositories {
30
31
dependencies {
32
implementation(libs.junit.jupiter.api)
33
- implementation(platform("io.netty:netty-bom:4.1.117.Final"))
+ implementation(platform("io.netty:netty-bom:4.1.100.Final"))
34
implementation("io.netty:netty-buffer")
35
implementation("io.netty:netty-common")
36
0 commit comments