Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit a2e3521)
  • Loading branch information
dependabot[bot] authored and porunov committed May 21, 2024
1 parent 903f98f commit b163b05
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.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

1 comment on commit b163b05

@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: b163b05 Previous: ecd2fca Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12355.889338819146 ms/op 13144.514355812997 ms/op 0.94
org.janusgraph.GraphCentricQueryBenchmark.getVertices 935.3929842715472 ms/op 890.6500949529393 ms/op 1.05
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.6573804380435 ms/op 216.00728349710144 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.23041947154763 ms/op 340.74734259345234 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 251.95114915724145 ms/op 214.67658734609827 ms/op 1.17
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5103.150561813889 ms/op 5006.940356248275 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17291.001153763205 ms/op 17173.95875381827 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 21107.790002031667 ms/op 19556.02193280909 ms/op 1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58867.0807143 ms/op 57650.495300966664 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8411.002552448685 ms/op 8372.303177957594 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 393.11663526124875 ms/op 382.7942663627277 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4417.841115385483 ms/op 4228.393328425595 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNames 8522.270021913208 ms/op 8527.978999492978 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6401.8481291602975 ms/op 5722.866774720803 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7290.996730889084 ms/op 7292.517783906098 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 422.5724598985416 ms/op 429.03786782452937 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12895.480222788332 ms/op 13090.77986197263 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 370.8833569775094 ms/op 364.4852664439003 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14679.449459795482 ms/op 15392.149172048423 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 254.94281230015648 ms/op 253.95399079778122 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 16037.632184617367 ms/op 14622.807532555144 ms/op 1.10
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8592.926839712569 ms/op 8407.40405848867 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9427.741733037641 ms/op 9126.668847165043 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8800.809375376632 ms/op 8708.982222681485 ms/op 1.01

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

Please sign in to comment.