Skip to content

Commit

Permalink
chore(deps): update netty-iocp:0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Jun 15, 2023
1 parent e438bbf commit 6053148
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.5" }
val NETTY_IOCP by lazy { "0.0.7" }
val PROTOBUF by lazy { "3.19.4" }

val PROJECT by lazy { getVersionFromGit() }
Expand Down

0 comments on commit 6053148

Please sign in to comment.