Skip to content

Commit

Permalink
Bump org.apache.kerby:kerb-simplekdc from 2.0.3 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps org.apache.kerby:kerb-simplekdc from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-simplekdc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 87d59c1)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 21, 2024
1 parent abe8a82 commit cfdcd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janusgraph-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerb-simplekdc</artifactId>
<version>2.0.3</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

1 comment on commit cfdcd9a

@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: cfdcd9a Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12011.74967527874 ms/op 12572.478016904271 ms/op 0.96
org.janusgraph.GraphCentricQueryBenchmark.getVertices 936.9085911317796 ms/op 916.7180875491978 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.64049186123188 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 345.1798057557143 ms/op 350.7121621157692 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 228.014760445826 ms/op 284.39062519340416 ms/op 0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4850.553268356337 ms/op 5277.968037055716 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17206.77911727143 ms/op 17970.33073737809 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20116.52988789293 ms/op 20380.3642292297 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55398.439266500005 ms/op 58827.957386466675 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8428.622309537694 ms/op 8713.925056182068 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.6172186660451 ms/op 379.4813964885073 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4230.799991604546 ms/op 4530.814953048244 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNames 8621.399059911184 ms/op 8731.79753038062 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5621.440905072484 ms/op 6137.169975047065 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7427.593347316493 ms/op 7683.931873747836 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 429.79619818320936 ms/op 423.32886129669566 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12024.324734920752 ms/op 13033.313312605715 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.6034087026166 ms/op 364.90333773424464 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13063.123288121396 ms/op 15551.17606992916 ms/op 0.84
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 252.23098141336095 ms/op 244.5861905036132 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14862.221446641284 ms/op 15842.185192153633 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8486.834358920572 ms/op 8673.851588862552 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8973.443333254818 ms/op 9511.654488061318 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8712.728392034438 ms/op 8914.607619451666 ms/op 0.98

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

Please sign in to comment.