Skip to content

Commit

Permalink
Merge #4513 #4514
Browse files Browse the repository at this point in the history
4513: chore(deps): update version.elasticsearch to v6.8.9 r=npepinpe a=renovate[bot]

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.elasticsearch.client:elasticsearch-rest-client](https://togithub.com/elastic/elasticsearch) | patch | `6.8.8` -> `6.8.9` |
| [org.elasticsearch.client:elasticsearch-rest-high-level-client](https://togithub.com/elastic/elasticsearch) | patch | `6.8.8` -> `6.8.9` |
| [org.elasticsearch:elasticsearch-x-content](https://togithub.com/elastic/elasticsearch) | patch | `6.8.8` -> `6.8.9` |
| [org.elasticsearch:elasticsearch](https://togithub.com/elastic/elasticsearch) | patch | `6.8.8` -> `6.8.9` |

---

### Release Notes

<details>
<summary>elastic/elasticsearch</summary>

### [`v6.8.9`](https://togithub.com/elastic/elasticsearch/releases/v6.8.9)

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v6.8.8...v6.8.9)

Downloads: <https://elastic.co/downloads/elasticsearch>
Release notes: <https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.9.html>

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#zeebe-io/zeebe).

4514: chore(deps): update golang.org/x/net commit hash to a91f071 r=npepinpe a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/net](https://togithub.com/golang/net) | require | digest | `7e3656a` -> `a91f071` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#zeebe-io/zeebe).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
zeebe-bors[bot] and renovate-bot committed May 14, 2020
3 parents faf0d0c + b357400 + 041d16f commit b833b88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.5.1
github.com/testcontainers/testcontainers-go v0.5.1
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
Expand Down
4 changes: 2 additions & 2 deletions clients/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73r
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f h1:QBjCr1Fz5kw158VqdE9JfI9cJnl/ymnJWAdMuinqL7Y=
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 h1:EZ3cVSzKOlJxAd8e8YAJ7no8nNypTxexh/YE/xW3ZEY=
golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d h1:TzXSXBo42m9gQenoE3b9BGiEpg5IG2JkU5FkPIawgtw=
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down
2 changes: 1 addition & 1 deletion clients/go/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ github.com/stretchr/testify/suite
# github.com/testcontainers/testcontainers-go v0.5.1
github.com/testcontainers/testcontainers-go
github.com/testcontainers/testcontainers-go/wait
# golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
# golang.org/x/net v0.0.0-20200513185701-a91f0712d120
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
golang.org/x/net/http/httpguts
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<version.commons-logging>1.2</version.commons-logging>
<version.commons-math>3.6.1</version.commons-math>
<version.commons-codec>1.14</version.commons-codec>
<version.elasticsearch>6.8.8</version.elasticsearch>
<version.elasticsearch>6.8.9</version.elasticsearch>
<version.error-prone>2.3.4</version.error-prone>
<version.grpc>1.29.0</version.grpc>
<version.gson>2.8.6</version.gson>
Expand Down

0 comments on commit b833b88

Please sign in to comment.