Skip to content

Commit

Permalink
Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.1
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.5.1 to 6.6.1.
- [Commits](FasterXML/woodstox@woodstox-core-6.5.1...woodstox-core-6.6.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 477b987)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Mar 11, 2024
1 parent e9fb6cd commit d9b2ff8
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 @@ -1430,7 +1430,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
Expand Down

1 comment on commit d9b2ff8

@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: d9b2ff8 Previous: 1530f0a Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12383.4241223684 ms/op 12385.880105942719 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 916.6614154862059 ms/op 897.5208673932261 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.1738933485507 ms/op 216.14179947499997 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.5536229258334 ms/op 332.1309897483333 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 259.792416560566 ms/op 215.02071580531708 ms/op 1.21
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4787.766578276543 ms/op 4664.188207695399 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17020.692800791072 ms/op 16352.527830474333 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19342.984478905855 ms/op 19824.599960445456 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 53630.64319356666 ms/op 56201.26617166666 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8186.427339435858 ms/op 7906.645219600678 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 379.1717424819934 ms/op 379.8377001964137 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4090.7671313105593 ms/op 3886.8713759808343 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getNames 8268.544257493319 ms/op 8135.59305787296 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5451.979278078154 ms/op 5503.356218245031 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7437.173023359808 ms/op 7024.7527374147185 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 435.3098006552294 ms/op 427.17314494545025 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12910.261585584805 ms/op 11926.323378581046 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 365.07326819644146 ms/op 361.90201198876565 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13511.687582509287 ms/op 13280.235397442804 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 252.41154104273437 ms/op 245.53304211034066 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13644.915528192152 ms/op 13693.67385197527 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8289.965304020261 ms/op 8163.851328829417 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9178.131074227955 ms/op 8777.982757626436 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8781.851333677894 ms/op 8487.195678565702 ms/op 1.03

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

Please sign in to comment.