Skip to content

Commit

Permalink
Upgrade netty to 4.1.91.Final (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
c2zwdjnlcg authored May 31, 2023
1 parent 1fee694 commit c340440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1024M
netty_version=4.1.50.Final
netty_version=4.1.91.Final
slf4j_api_version=1.7.32
slf4j_log4j_version=2.17.1
gson_version=2.8.5
Expand Down
2 changes: 1 addition & 1 deletion mms/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
This is the current version of MMS
"""

__version__ = '1.1.8'
__version__ = '1.1.9'

0 comments on commit c340440

Please sign in to comment.