Skip to content

Commit

Permalink
Bump the junit group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the junit group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) | `1.10.3` | `1.11.0` |
| [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) | `1.10.3` | `1.11.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |


Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-runner` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-runner` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.platform:junit-platform-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.platform:junit-platform-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: junit
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 16, 2024
1 parent 8233c8b commit 9b50e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
<tinkerpop.version>3.7.2</tinkerpop.version>
<avro.version>1.11.3</avro.version>
<junit-platform.version>1.10.3</junit-platform.version>
<junit.version>5.10.3</junit.version>
<junit-platform.version>1.11.0</junit-platform.version>
<junit.version>5.11.0</junit.version>
<mockito.version>4.11.0</mockito.version>
<jamm.version>0.3.3</jamm.version>
<metrics.version>4.2.26</metrics.version>
Expand Down

1 comment on commit 9b50e06

@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: 9b50e06 Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12740.039143286922 ms/op 12572.478016904271 ms/op 1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices 916.6575705139794 ms/op 916.7180875491978 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.6456003155797 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.12584459595234 ms/op 350.7121621157692 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 238.19979035743077 ms/op 284.39062519340416 ms/op 0.84
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4912.631175314023 ms/op 5277.968037055716 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17211.394004228718 ms/op 17970.33073737809 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 21045.62344299091 ms/op 20380.3642292297 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 59459.802909699996 ms/op 58827.957386466675 ms/op 1.01
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1567.8519231826592 ms/op 1611.440189281238 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8654.181138151052 ms/op 8713.925056182068 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 383.82474644673897 ms/op 379.4813964885073 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4271.689594828525 ms/op 4530.814953048244 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNames 8814.325122713624 ms/op 8731.79753038062 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6089.984264732174 ms/op 6137.169975047065 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7207.629457820345 ms/op 7683.931873747836 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 430.68187464012607 ms/op 423.32886129669566 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12907.449404175239 ms/op 13033.313312605715 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 366.5326391576747 ms/op 364.90333773424464 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15495.749335072542 ms/op 15551.17606992916 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 245.08154433558144 ms/op 244.5861905036132 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15731.940188646715 ms/op 15842.185192153633 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8822.186427045188 ms/op 8673.851588862552 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8928.121713674482 ms/op 9511.654488061318 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8817.501098413843 ms/op 8914.607619451666 ms/op 0.99

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

Please sign in to comment.