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] authored and FlorianHockmann committed Aug 21, 2024
1 parent d6fb2ec commit 39e1dde
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 39e1dde

@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: 39e1dde Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12626.656427076785 ms/op 12572.478016904271 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 938.3831439458938 ms/op 916.7180875491978 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.7851914039855 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.04331111964285 ms/op 350.7121621157692 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 231.21844527517297 ms/op 284.39062519340416 ms/op 0.81
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5114.8004635728375 ms/op 5277.968037055716 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17499.897052753848 ms/op 17970.33073737809 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 21370.610470514544 ms/op 20380.3642292297 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57257.6624002 ms/op 58827.957386466675 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8514.129546539882 ms/op 8713.925056182068 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 379.1000810630557 ms/op 379.4813964885073 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4284.753540718499 ms/op 4530.814953048244 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8626.218249109326 ms/op 8731.79753038062 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6183.733414112085 ms/op 6137.169975047065 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7119.512428017219 ms/op 7683.931873747836 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 423.5426321254511 ms/op 423.32886129669566 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12995.419910626011 ms/op 13033.313312605715 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 370.5064907942625 ms/op 364.90333773424464 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15100.332294331785 ms/op 15551.17606992916 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.02915225399747 ms/op 244.5861905036132 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15120.44792219975 ms/op 15842.185192153633 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8637.201635211399 ms/op 8673.851588862552 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9530.943547279245 ms/op 9511.654488061318 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 9064.2189723569 ms/op 8914.607619451666 ms/op 1.02

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

Please sign in to comment.