Commit 5d70f77
Bump revision from 3.7.0 to 3.7.1 (#163)
* Bump revision from 3.7.0 to 3.7.1
Bumps `revision` from 3.7.0 to 3.7.1.
Updates `com.github.docker-java:docker-java` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.7.0...3.7.1)
Updates `com.github.docker-java:docker-java-transport-httpclient5` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.7.0...3.7.1)
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
dependency-version: 3.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.github.docker-java:docker-java-transport-httpclient5
dependency-version: 3.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Add missing functions
Following the pattern that was used in pull request:
* #60
Included the NonNull annotation because the arguments are annotated as
Nonnull in the upstream implementations:
* https://github.com/docker-java/docker-java/pull/2592/changes#diff-83a483833aa349fe8fc0db6cbbbfcdcc152b2e4beb0f3b2ffabc0544530767a7
* https://github.com/docker-java/docker-java/pull/2594/changes#diff-83a483833aa349fe8fc0db6cbbbfcdcc152b2e4beb0f3b2ffabc0544530767a7
Testing done:
* `mvn clean verify` passes
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>1 parent 24f39c9 commit 5d70f77
File tree
2 files changed
+11
-1
lines changed- src/main/java/io/jenkins/dockerjavaapi/client
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
539 | 549 | | |
0 commit comments