Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.35 to 9.36
Browse files Browse the repository at this point in the history
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.35 to 9.36.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.36..9.35)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and li-boxuan committed Oct 10, 2023
1 parent 41f727d commit e3799d4
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 @@ -1179,7 +1179,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.35</version>
<version>9.36</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

1 comment on commit e3799d4

@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: e3799d4 Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 18678.28664184197 ms/op 14750.912757292574 ms/op 1.27
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1590.7402911147906 ms/op 1346.1948471823591 ms/op 1.18
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 222.2381250173913 ms/op 221.0470166869565 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 514.0143257567677 ms/op 463.2053476121212 ms/op 1.11
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 343.761348998834 ms/op 473.90261975756744 ms/op 0.73
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 10782.386788767399 ms/op 8776.908210320456 ms/op 1.23
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 38246.19560840667 ms/op 29926.15626700794 ms/op 1.28
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 40558.00817593333 ms/op 32526.844515654997 ms/op 1.25
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 87208.8933814 ms/op 59550.41166966667 ms/op 1.46
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 18208.209426941805 ms/op 15006.601503888596 ms/op 1.21
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 659.2810779994367 ms/op 610.4456304918209 ms/op 1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 9759.486718372522 ms/op 8351.21971247489 ms/op 1.17
org.janusgraph.CQLMultiQueryBenchmark.getNames 18690.80266681231 ms/op 14737.422644903432 ms/op 1.27
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13886.387879722555 ms/op 10903.708326936881 ms/op 1.27
org.janusgraph.CQLMultiQueryBenchmark.getLabels 15599.78758407665 ms/op 13305.68422999396 ms/op 1.17
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 682.2996768139992 ms/op 672.9530191288869 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 24579.280421522144 ms/op 21151.69997790227 ms/op 1.16
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 617.6501695623958 ms/op 566.2220666199714 ms/op 1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 37724.535439746825 ms/op 25822.55861829052 ms/op 1.46
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 406.0903398277781 ms/op 411.4887692411499 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 38688.502325171634 ms/op 29794.881563733332 ms/op 1.30
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 18438.74269566985 ms/op 14451.119747276667 ms/op 1.28
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 20037.064111621716 ms/op 16086.213028835715 ms/op 1.25
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 19423.600533331664 ms/op 14981.480702516508 ms/op 1.30

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

Please sign in to comment.