Skip to content

Commit

Permalink
Update dependencies (#259)
Browse files Browse the repository at this point in the history
Motivation:

We used an outdated version of netty and netty-tcnative

Modifications:

- Update to netty 4.1.115.Final
- Update to netty-tcnative 2.0.69.Final

Result:

Update dependencies
  • Loading branch information
normanmaurer authored Nov 12, 2024
1 parent c2962b7 commit 2796864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@

<checkstyle.version>8.38</checkstyle.version>
<junit.version>5.9.0</junit.version>
<netty.version>4.1.114.Final</netty.version>
<netty-tcnative-boringssl-static.version>2.0.66.Final</netty-tcnative-boringssl-static.version>
<netty.version>4.1.115.Final</netty.version>
<netty-tcnative-boringssl-static.version>2.0.69.Final</netty-tcnative-boringssl-static.version>
<bouncycastle.version>1.68</bouncycastle.version>
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
<maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version>
Expand Down

0 comments on commit 2796864

Please sign in to comment.