Skip to content

Commit 1eead4e

Browse files
authored
Merge pull request #14 from peco2282/dependabot/gradle/io.netty-netty-all-4.2.12.Final
Bump io.netty:netty-all from 4.1.100.Final to 4.2.12.Final
2 parents ff589d1 + f3bbebd commit 1eead4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
// これにより循環参照を回避しつつ、jarタスクで成果物を集約する。
1111

1212
compileOnly(libs.paper.api.common)
13-
compileOnly("io.netty:netty-all:4.1.100.Final")
13+
compileOnly("io.netty:netty-all:4.2.12.Final")
1414
testImplementation(libs.kotlin.test)
1515
}
1616

0 commit comments

Comments
 (0)