Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-dependency-plugin
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.7.0...maven-dependency-plugin-3.8.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 3a4da27)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Sep 12, 2024
1 parent b62e01a commit d1b06b6
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 @@ -487,7 +487,7 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

1 comment on commit d1b06b6

@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: d1b06b6 Previous: 8bbac7f Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14578.309685741287 ms/op 13100.268209936416 ms/op 1.11
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1050.166236322311 ms/op 920.8244092958973 ms/op 1.14
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 219.6097512173913 ms/op 216.7772967268116 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 379.700830010989 ms/op 343.7187087315477 ms/op 1.10
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 329.87948852510533 ms/op 228.66544370570838 ms/op 1.44
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 7853.992831197167 ms/op 4949.607677904733 ms/op 1.59
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 24896.84608222182 ms/op 16893.84780639417 ms/op 1.47
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 32288.49259675952 ms/op 20104.868516272574 ms/op 1.61
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 98179.94323 ms/op 59274.108108366665 ms/op 1.66
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 12901.319078873545 ms/op 8317.301097455389 ms/op 1.55
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 499.90681337989287 ms/op 386.5070189334779 ms/op 1.29
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 6106.546811751859 ms/op 4372.9742323835435 ms/op 1.40
org.janusgraph.CQLMultiQueryBenchmark.getNames 11955.357535324274 ms/op 8634.661928672629 ms/op 1.38
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 10447.932267239343 ms/op 5939.531401489543 ms/op 1.76
org.janusgraph.CQLMultiQueryBenchmark.getLabels 10531.434037890162 ms/op 7033.494291980114 ms/op 1.50
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 526.5622545265877 ms/op 424.7937858785885 ms/op 1.24
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 17903.191176813336 ms/op 12687.501991270048 ms/op 1.41
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 449.7560566984421 ms/op 368.08278567297464 ms/op 1.22
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 23904.040673985022 ms/op 15285.164168137382 ms/op 1.56
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 340.74167586386636 ms/op 249.84146769411828 ms/op 1.36
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 22210.729919087687 ms/op 15692.568028053445 ms/op 1.42
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 12095.89425965417 ms/op 8476.375331199986 ms/op 1.43
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 13293.851189677454 ms/op 8960.578660037685 ms/op 1.48
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 13058.333821795046 ms/op 8524.147599021133 ms/op 1.53

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

Please sign in to comment.