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>
  • Loading branch information
dependabot[bot] authored and porunov committed May 17, 2024
1 parent 0361d66 commit a2e3521
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 a2e3521

@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: a2e3521 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12757.955055082331 ms/op 12933.219068971923 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 905.9435372938555 ms/op 929.0686750649414 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.4748106992754 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 343.55555204880955 ms/op 348.8265452326923 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 246.0784908519689 ms/op 227.8074437066411 ms/op 1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5305.700443372463 ms/op 4880.398383755226 ms/op 1.09
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16860.93225477737 ms/op 17909.154248616192 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19597.662873994996 ms/op 18799.44054118485 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 61309.26404860001 ms/op 55455.590322899996 ms/op 1.11
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1599.9007706464997 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8238.370036716664 ms/op 8339.218499689177 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 382.6820994084566 ms/op 371.31223395833683 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4451.436191659799 ms/op 4227.4425002369935 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getNames 8234.119844189672 ms/op 8528.923591561108 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6128.644232755327 ms/op 5366.416493988495 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7200.031046353811 ms/op 7119.612218557372 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 434.4418417239514 ms/op 416.6330074327548 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12557.698864863334 ms/op 13040.1543998325 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 360.59421834041297 ms/op 366.6865794040481 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14639.86964807155 ms/op 14169.280107965806 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.71212735987828 ms/op 243.11426684096145 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14595.846954772525 ms/op 14724.027508337518 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8157.79014639032 ms/op 8379.61509861012 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9816.421181940334 ms/op 9197.912189783667 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8456.532686195284 ms/op 8786.588147997933 ms/op 0.96

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

Please sign in to comment.