Skip to content

Commit

Permalink
Bump commons-net from 3.8.0 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps commons-net from 3.8.0 to 3.9.0.

---
updated-dependencies:
- dependency-name: commons-net:commons-net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and porunov committed Dec 7, 2022
1 parent 91308f6 commit 7ad9375
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 @@ -715,7 +715,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down

1 comment on commit 7ad9375

@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: 7ad9375 Previous: 497fd97 Ratio
org.janusgraph.MgmtOlapJobBenchmark.runRemoveIndex 115.34353477769557 ms/op 114.55075151272729 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14780.715422895833 ms/op 14638.489043599999 ms/op 1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1436.8919657977729 ms/op 1771.8561209198785 ms/op 0.81
org.janusgraph.MgmtOlapJobBenchmark.runReindex 379.7555347809524 ms/op 355.1724081138462 ms/op 1.07
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 469.1096381913813 ms/op 320.9125319386942 ms/op 1.46
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 41034.177578790004 ms/op 43280.721668460006 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 41855.03308727333 ms/op 42562.844616426664 ms/op 0.98

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

Please sign in to comment.