Skip to content

Commit

Permalink
chore(deps): update netty-iocp:0.0.4
Browse files Browse the repository at this point in the history
fix iocp write
  • Loading branch information
jclab-joseph committed Mar 24, 2023
1 parent 004afff commit 79642ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fun getVersionFromGit(): String {
object Version {
val KOTLIN by lazy { "1.7.21" }
val NETTY by lazy { "4.1.87.Final" }
val NETTY_IOCP by lazy { "0.0.3" }
val NETTY_IOCP by lazy { "0.0.4" }
val PROTOBUF by lazy { "3.19.4" }

val PROJECT by lazy { getVersionFromGit() }
Expand Down

0 comments on commit 79642ba

Please sign in to comment.