Skip to content

Commit

Permalink
chore(deps): update iocp
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Jun 8, 2023
1 parent 2d68095 commit b307be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4" }
val NETTY_IOCP by lazy { "0.0.5" }
val PROTOBUF by lazy { "3.19.4" }

val PROJECT by lazy { getVersionFromGit() }
Expand Down
6 changes: 3 additions & 3 deletions java/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies {
api("io.netty:netty-common:${Version.NETTY}")
api("io.netty:netty-handler:${Version.NETTY}")
api("io.netty:netty-transport:${Version.NETTY}")
api("io.netty:netty-transport-native-unix-common:${Version.NETTY}")
api("io.netty:netty-transport-native-epoll:${Version.NETTY}")
api("io.netty:netty-transport-native-kqueue:${Version.NETTY}")
api("io.netty:netty-transport-classes-unix-common:${Version.NETTY}")
api("io.netty:netty-transport-classes-epoll:${Version.NETTY}")
api("io.netty:netty-transport-classes-kqueue:${Version.NETTY}")
api("kr.jclab.netty:netty-transport-classes-iocp:${Version.NETTY_IOCP}")

implementation("com.google.protobuf:protobuf-java:${Version.PROTOBUF}")
Expand Down

0 comments on commit b307be5

Please sign in to comment.