Skip to content

Commit

Permalink
Upgrade netty version to fix CVE (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashibhardwaj authored Dec 2, 2024
1 parent f1b6497 commit 5aa7f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ name: Netty
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 4.1.108.Final
version: 4.1.115.Final
libraries:
- io.netty: netty-buffer
- io.netty: netty-codec
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<mysql.version>5.1.49</mysql.version>
<mariadb.version>2.7.3</mariadb.version>
<netty3.version>3.10.6.Final</netty3.version>
<netty4.version>4.1.108.Final</netty4.version>
<netty4.version>4.1.115.Final</netty4.version>
<postgresql.version>42.7.2</postgresql.version>
<protobuf.version>3.25.5</protobuf.version>
<resilience4j.version>1.3.1</resilience4j.version>
Expand Down

0 comments on commit 5aa7f1a

Please sign in to comment.