Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1
Browse files Browse the repository at this point in the history
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.0...rel/commons-codec-1.17.1)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 000a429)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 25, 2024
1 parent 2d6b74b commit b315f1d
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 @@ -968,7 +968,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

1 comment on commit b315f1d

@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: b315f1d Previous: bca47c5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12430.357959130237 ms/op 12912.548637979955 ms/op 0.96
org.janusgraph.GraphCentricQueryBenchmark.getVertices 922.1553553959524 ms/op 918.0400957291431 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.08654629166668 ms/op 216.4635572547101 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 341.29153908166666 ms/op 347.80464277685894 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 210.08105015873252 ms/op 216.40289108422564 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4833.474211298071 ms/op 5024.445582277027 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16704.00402647579 ms/op 17159.196377976783 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19228.1620688303 ms/op 20724.36722410404 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56860.71279596666 ms/op 58162.35436213332 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7976.267038755073 ms/op 8357.110491468684 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 382.035862520747 ms/op 387.6863383382277 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4075.554830577652 ms/op 4213.8777475333945 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getNames 8207.521222962923 ms/op 8292.920591714219 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5800.742417914045 ms/op 6038.63465033781 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7266.564624871306 ms/op 7199.99021713888 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 428.9535880565908 ms/op 436.20180871236005 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12268.026518494118 ms/op 12934.501404644643 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 354.75713014091093 ms/op 366.0040859039988 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14239.009654084155 ms/op 15425.554640038366 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.64279258853065 ms/op 253.11102554260657 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14373.685902088 ms/op 15594.566794325445 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8429.01555268974 ms/op 8428.010412274583 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8998.626171864285 ms/op 9070.584048547127 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8626.42402778459 ms/op 8487.596133540426 ms/op 1.02

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

Please sign in to comment.