Skip to content

Commit 61ffcc4

Browse files
committed
downgrade netty
1 parent 889e3f3 commit 61ffcc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
time: "04:41"
88
open-pull-requests-limit: 20
99
ignore:
10-
- dependency-name: "io.netty"
10+
- dependency-name: "io.netty:netty-bom"
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030

3131
dependencies {
3232
implementation(libs.junit.jupiter.api)
33-
implementation(platform("io.netty:netty-bom:4.1.117.Final"))
33+
implementation(platform("io.netty:netty-bom:4.1.100.Final"))
3434
implementation("io.netty:netty-buffer")
3535
implementation("io.netty:netty-common")
3636

0 commit comments

Comments
 (0)