Skip to content

Commit

Permalink
Bump Netty to 4.1.111 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov authored and jchambers committed Jul 6, 2024
1 parent 39592a4 commit ac892d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project

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:

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</dependencyManagement>

<properties>
<netty.version>4.1.108.Final</netty.version>
<netty.version>4.1.111.Final</netty.version>
<junit.version>5.6.0</junit.version>
<slf4j.version>1.7.21</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ac892d1

Please sign in to comment.