Skip to content

Commit b3ca59d

Browse files
committed
Update Netty to 4.1.79.Final
4.1.77.Final shipped a fix for CVE-2022-24823. While that vulnerability only affects Java 6 and lower which Clojure doesn't even support, it's still reported by tools like `nvd-clojure`. Thus, bumping to the latest minor version relieves downstream users from having to suppress such false positives. Also included are various smaller bug fixes and improvements. A selection of particularly interesting ones for Aleph users: * netty/netty#12108 * netty/netty#12246 * netty/netty#12270 * netty/netty#12476 * netty/netty#12490 * netty/netty#12533
1 parent f60881f commit b3ca59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def netty-version "4.1.74.Final")
1+
(def netty-version "4.1.79.Final")
22

33
(defproject aleph (or (System/getenv "PROJECT_VERSION") "0.5.0")
44
:description "A framework for asynchronous communication"

0 commit comments

Comments
 (0)