Skip to content

Commit

Permalink
Bump netty4.version from 4.1.86.Final to 4.1.87.Final
Browse files Browse the repository at this point in the history
Bumps `netty4.version` from 4.1.86.Final to 4.1.87.Final.

Updates `netty-all` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-handler` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-common` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-resolver` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-codec` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-transport` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-buffer` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-transport-native-epoll` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

Updates `netty-transport-native-unix-common` from 4.1.86.Final to 4.1.87.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.86.Final...netty-4.1.87.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  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
- dependency-name: io.netty:netty-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-unix-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jan 26, 2023
1 parent 28ee8a0 commit e8bfebe
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 @@ -81,7 +81,7 @@
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>3.2.2</commons.collections.version>
<zookeeper.version>3.8.0</zookeeper.version>
<netty4.version>4.1.86.Final</netty4.version>
<netty4.version>4.1.87.Final</netty4.version>
<jna.version>5.12.1</jna.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

1 comment on commit e8bfebe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: e8bfebe Previous: 0a3aabe Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14582.184908405008 ms/op 14259.91238568746 ms/op 1.02
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1373.6953735674142 ms/op 1408.2267234686926 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 218.8582523043478 ms/op 220.5782195130435 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 459.82137592 ms/op 465.6906487872728 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 321.3279742655875 ms/op 372.5253035815745 ms/op 0.86
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 33959.61417283334 ms/op 38371.55033232667 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getNames 34147.980983563335 ms/op 39854.0220677 ms/op 0.86

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.