Skip to content

Commit

Permalink
Bump netty.version from 4.1.106.Final to 4.1.107.Final
Browse files Browse the repository at this point in the history
Bumps `netty.version` from 4.1.106.Final to 4.1.107.Final.

Updates `io.netty:netty-buffer` from 4.1.106.Final to 4.1.107.Final
- [Commits](netty/netty@netty-4.1.106.Final...netty-4.1.107.Final)

Updates `io.netty:netty-transport-native-epoll` from 4.1.106.Final to 4.1.107.Final
- [Commits](netty/netty@netty-4.1.106.Final...netty-4.1.107.Final)

Updates `io.netty:netty-transport-native-kqueue` from 4.1.106.Final to 4.1.107.Final
- [Commits](netty/netty@netty-4.1.106.Final...netty-4.1.107.Final)

Updates `io.netty:netty-handler` from 4.1.106.Final to 4.1.107.Final
- [Commits](netty/netty@netty-4.1.106.Final...netty-4.1.107.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-buffer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport-native-epoll
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport-native-kqueue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent d565b2d commit 45f94be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>HHmm-ddMMyyyy</maven.build.timestamp.format>
<netty.version>4.1.106.Final</netty.version>
<netty.version>4.1.107.Final</netty.version>
<junit.version>5.10.1</junit.version>
</properties>

Expand Down

0 comments on commit 45f94be

Please sign in to comment.