Commit 21f40c5
build(deps): bump httpclient from 2.8.3 to 2.9.0 (#4233)
* build(deps): bump httpclient from 2.8.3 to 2.9.0
Bumps [httpclient](https://github.com/nahi/httpclient) from 2.8.3 to 2.9.0.
- [Changelog](https://github.com/nahi/httpclient/blob/master/CHANGELOG.md)
- [Commits](nahi/httpclient@v2.8.3...v2.9.0)
---
updated-dependencies:
- dependency-name: httpclient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Adapt Credhub::Client spec
Method cert_store_items is only available for JRuby now, thus checking
the configured credhub_ca.crt using a spy on OpenSSL::X509::Store
instead.
* Adapt HTTPClient version in spec
Method create_socket in HTTPClient::Session has not been changed in
2.9.0 thus the monkey patch still works.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philipp Thun <[email protected]>1 parent dde675b commit 21f40c5
File tree
3 files changed
+6
-4
lines changed- spec/unit/lib
- credhub
- http
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments