Skip to content

Commit aa6ecaf

Browse files
authored
Moving to newer netty 4.1.64.Final
Upgrading netty to bring fix for https://nvd.nist.gov/vuln/detail/CVE-2021-21290
1 parent d44bf22 commit aa6ecaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def netty-version "4.1.51.Final")
1+
(def netty-version "4.1.64.Final")
22

33
(def netty-modules
44
'[transport
@@ -16,7 +16,7 @@
1616
[byte-streams "0.2.5-alpha2"]
1717
[potemkin "0.4.5"]])
1818

19-
(defproject aleph "0.4.7-alpha7"
19+
(defproject aleph "0.4.7-alpha8"
2020
:description "a framework for asynchronous communication"
2121
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
2222
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}

0 commit comments

Comments
 (0)