Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump netty-all from 4.1.27.Final to 4.1.42.Final in /bft-smart #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump netty-all from 4.1.27.Final to 4.1.42.Final in /bft-smart
Bumps [netty-all](https://github.com/netty/netty) from 4.1.27.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.27.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Oct 11, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 48ee635388354d6eb3b6f6a667015b07641599b9
2 changes: 1 addition & 1 deletion bft-smart/pom.xml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.27.Final</version>
<version>4.1.42.Final</version>
</dependency>

</dependencies>