Skip to content

Commit

Permalink
Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 1dd27f5)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 31, 2024
1 parent 9188c7f commit aed3fd1
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 @@ -110,7 +110,7 @@
<protobuf.version>3.25.3</protobuf.version>
<grpc.version>1.65.1</grpc.version>
<protoc.version>3.23.4</protoc.version>
<gson.version>2.10.1</gson.version>
<gson.version>2.11.0</gson.version>
<jcabi.version>2.1.0</jcabi.version>
<jmh.version>1.33</jmh.version>
<!-- align with org.apache.solr:solr-solrj -->
Expand Down

1 comment on commit aed3fd1

@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: aed3fd1 Previous: 8c48ee0 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12547.274525386681 ms/op 12358.474676430471 ms/op 1.02
org.janusgraph.GraphCentricQueryBenchmark.getVertices 940.3301361373525 ms/op 932.9558084738356 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.4846009692029 ms/op 215.80654765 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.3266808508333 ms/op 333.3968746166667 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 234.916774270089 ms/op 228.49002550064256 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4694.907017983659 ms/op 4895.73786393686 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16838.160915404165 ms/op 18508.581086325128 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19971.713165873334 ms/op 19127.81114425524 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58870.49217293333 ms/op 54727.12279763333 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8059.637924793163 ms/op 8973.714628315976 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 383.3439241116881 ms/op 380.766825810429 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4121.757521121139 ms/op 4161.8593256027925 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames 8444.681178747618 ms/op 8821.180767261521 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5604.522844190568 ms/op 5627.05926180753 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7271.283462590128 ms/op 7855.94216408152 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 416.98631246872105 ms/op 430.3300526852606 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13169.169768540442 ms/op 12120.993126511028 ms/op 1.09
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 361.37223921351034 ms/op 370.04588003394247 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15224.46430428357 ms/op 14461.316023042195 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 246.59096864994683 ms/op 260.85554059055295 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14206.57985494063 ms/op 13937.957129917764 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8314.020327378194 ms/op 8428.771903071782 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8859.31583009435 ms/op 9891.130678804093 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8239.271350481784 ms/op 9408.462975859738 ms/op 0.88

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

Please sign in to comment.