Skip to content

Commit

Permalink
Bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.35
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.31 to 9.35.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.35..9.31)

---
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 FlorianHockmann committed Sep 27, 2023
1 parent f79f415 commit 4a723db
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 @@ -1183,7 +1183,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.31</version>
<version>9.35</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

1 comment on commit 4a723db

@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: 4a723db Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14384.376155523289 ms/op 14750.912757292574 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1366.0500748910642 ms/op 1346.1948471823591 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 223.09129063003948 ms/op 221.0470166869565 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 472.05059608969697 ms/op 463.2053476121212 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 433.6213617452605 ms/op 473.90261975756744 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 8901.091133207638 ms/op 8776.908210320456 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 33594.32704023715 ms/op 29926.15626700794 ms/op 1.12
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 36023.67100314762 ms/op 32526.844515654997 ms/op 1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 68527.7831373 ms/op 59550.41166966667 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 16712.63890853121 ms/op 15006.601503888596 ms/op 1.11
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 625.8997260141441 ms/op 610.4456304918209 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8702.450129303128 ms/op 8351.21971247489 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNames 16057.101179565385 ms/op 14737.422644903432 ms/op 1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11741.185508011968 ms/op 10903.708326936881 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getLabels 14591.2899772449 ms/op 13305.68422999396 ms/op 1.10
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 655.7895490060648 ms/op 672.9530191288869 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 22056.453235677778 ms/op 21151.69997790227 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 594.4817743702438 ms/op 566.2220666199714 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 30167.725207912226 ms/op 25822.55861829052 ms/op 1.17
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 394.63188524587594 ms/op 411.4887692411499 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 33602.849260873285 ms/op 29794.881563733332 ms/op 1.13
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 16256.43668778764 ms/op 14451.119747276667 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 17917.154141218256 ms/op 16086.213028835715 ms/op 1.11
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 16636.28416453976 ms/op 14981.480702516508 ms/op 1.11

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

Please sign in to comment.