Skip to content

Commit 38fb679

Browse files
Mate Pavlicjchambers
authored andcommitted
Bump Netty to 4.1.119.Final due to CVE-2025-24970
1 parent 85eedde commit 38fb679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project
3131

3232
If you don't use Maven (or something else that understands Maven dependencies, like Gradle), you can [download Pushy as a `.jar` file](https://github.com/jchambers/pushy/releases/download/pushy-0.15.4/pushy-0.15.4.jar) and add it to your project directly. You'll also need to make sure you have Pushy's runtime dependencies on your classpath. They are:
3333

34-
- [netty 4.1.111](http://netty.io/)
34+
- [netty 4.1.119](http://netty.io/)
3535
- [slf4j 1.7](http://www.slf4j.org/) (and possibly an SLF4J binding, as described in the [logging](#logging) section below)
3636
- [fast-uuid 0.1](https://github.com/jchambers/fast-uuid)
3737

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</dependencyManagement>
155155

156156
<properties>
157-
<netty.version>4.1.111.Final</netty.version>
157+
<netty.version>4.1.119.Final</netty.version>
158158
<junit.version>5.6.0</junit.version>
159159
<slf4j.version>1.7.21</slf4j.version>
160160
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)