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.6.1 to 3.7.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.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] <support@github.com>
(cherry picked from commit e4f8b8e)
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 39e8a8b commit c585fd5
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.6.1</version>
<version>3.7.0</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

1 comment on commit c585fd5

@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: c585fd5 Previous: d35fc64 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12205.861845994696 ms/op 12468.444225291154 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 923.3035096303929 ms/op 918.3423996712321 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.2417921594203 ms/op 216.65935547028985 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 334.49795861999996 ms/op 336.6219472083333 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 241.78415727375997 ms/op 212.17318113485976 ms/op 1.14
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4796.730599974483 ms/op 4934.862177070978 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16972.781857480688 ms/op 17119.84681319412 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19344.59164021313 ms/op 20987.51313056889 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56180.321407466676 ms/op 57050.64306146667 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8130.438491858929 ms/op 8318.72392928847 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 375.390482942945 ms/op 392.59846986303853 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4438.495337894477 ms/op 4240.712364445486 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getNames 8163.56300330519 ms/op 8406.331584402715 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5960.436637247284 ms/op 5987.64859878139 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7050.599096634549 ms/op 7290.028061798635 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 413.02144622442484 ms/op 435.76237709334333 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13178.129214106291 ms/op 12783.126217693469 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 357.68287893624847 ms/op 363.9668594437082 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15323.57374233205 ms/op 15378.720663330263 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 241.76196449165707 ms/op 253.97183167148802 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14227.366804565972 ms/op 14617.308247215036 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8392.750435660642 ms/op 8414.490379754512 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8804.220584045634 ms/op 9340.049792997386 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8656.283106371073 ms/op 8726.780923948296 ms/op 0.99

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

Please sign in to comment.