Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
1
  • Loading branch information
calmius committed Jul 23, 2023
1 parent e59b5ef commit 1c31e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ release.

## Unreleased

* [quoteservice] update php dependencies
([#994](https://github.com/open-telemetry/opentelemetry-demo/issues/994))
* Add cartServiceFailure feature flag triggering Cart Service errors
([#824](https://github.com/open-telemetry/opentelemetry-demo/pull/824))
* [paymentservice] update JS SDKs to 1.12.0/0.38.0
Expand Down
8 changes: 4 additions & 4 deletions src/quoteservice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"ext-json": "*",
"ext-pcntl": "*",
"monolog/monolog": "3.3.1",
"open-telemetry/api": "1.0.0beta9",
"open-telemetry/sdk": "1.0.0beta9",
"open-telemetry/exporter-otlp": "1.0.0beta8",
"open-telemetry/opentelemetry-auto-slim": "1.0.0beta7",
"open-telemetry/api": "1.0.0beta10",
"open-telemetry/sdk": "1.0.0beta14",
"open-telemetry/exporter-otlp": "1.0.0beta12",
"open-telemetry/opentelemetry-auto-slim": "1.0.0beta9",
"guzzlehttp/guzzle": "7.5.1",
"php-di/php-di": "7.0.2",
"php-di/slim-bridge": "3.3.0",
Expand Down

0 comments on commit 1c31e8b

Please sign in to comment.