Skip to content

Commit 8680b71

Browse files
committed
Update dependency guzzlehttp/guzzle to v7.3.0
1 parent 5713a30 commit 8680b71

File tree

10 files changed

+567
-1590
lines changed

10 files changed

+567
-1590
lines changed

01-simple-application/web-application/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"slim/slim": "4.8.0",
12-
"guzzlehttp/guzzle": "7.2.0",
12+
"guzzlehttp/guzzle": "7.3.0",
1313
"guzzlehttp/psr7": "1.8.1",
1414
"http-interop/http-factory-guzzle": "1.2.0"
1515
}

01-simple-application/web-application/composer.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

05-configmaps-and-secrets/web-application/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
],
1010
"require": {
1111
"slim/slim": "4.8.0",
12-
"guzzlehttp/guzzle": "6.5.5"
12+
"guzzlehttp/guzzle": "7.3.0"
1313
}
1414
}

0 commit comments

Comments
 (0)