Skip to content

Commit

Permalink
Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.8.0...cyclonedx-maven-plugin-2.8.1)

---
updated-dependencies:
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 276b36c)
  • Loading branch information
dependabot[bot] committed Aug 21, 2024
1 parent 0fedb8c commit 4ab83c7
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 @@ -357,7 +357,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

1 comment on commit 4ab83c7

@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: 4ab83c7 Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12478.519558446313 ms/op 12572.478016904271 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 913.4132067594242 ms/op 916.7180875491978 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.49013506920292 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 334.44369049249997 ms/op 350.7121621157692 ms/op 0.95
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 215.89845115629757 ms/op 284.39062519340416 ms/op 0.76
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4623.65966421532 ms/op 5277.968037055716 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16609.84962094706 ms/op 17970.33073737809 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18641.117741077727 ms/op 20380.3642292297 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 53193.24976953333 ms/op 58827.957386466675 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8219.33419479627 ms/op 8713.925056182068 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 363.09326224067684 ms/op 379.4813964885073 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3874.005749640811 ms/op 4530.814953048244 ms/op 0.86
org.janusgraph.CQLMultiQueryBenchmark.getNames 8143.395130801589 ms/op 8731.79753038062 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5664.98316030912 ms/op 6137.169975047065 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7098.6522147679025 ms/op 7683.931873747836 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 427.68481908547966 ms/op 423.32886129669566 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13148.469633501863 ms/op 13033.313312605715 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 360.50925455280196 ms/op 364.90333773424464 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13102.56427780347 ms/op 15551.17606992916 ms/op 0.84
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.18989919602276 ms/op 244.5861905036132 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13747.704633455436 ms/op 15842.185192153633 ms/op 0.87
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8194.49215041375 ms/op 8673.851588862552 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8859.404931410741 ms/op 9511.654488061318 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8622.854229389553 ms/op 8914.607619451666 ms/op 0.97

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

Please sign in to comment.