Skip to content

Commit

Permalink
Update Netty to 4.1.79.Final
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DerGuteMoritz committed Aug 22, 2022
1 parent f60881f commit b3ca59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(def netty-version "4.1.74.Final")
(def netty-version "4.1.79.Final")

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

0 comments on commit b3ca59d

Please sign in to comment.