Fabricio20 / HubBasics

Bukkit Plugin For Hub Owners
GNU Lesser General Public License v3.0
22 stars 11 forks source link

Bump jedis from 2.9.0 to 3.0.1 #92

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jedis from 2.9.0 to 3.0.1.

Release notes *Sourced from [jedis's releases](https://github.com/xetorthio/jedis/releases).* > ## 3.0.1 > # Changes: > [#1524](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1524) Missing method in RedisPipeline interface > > # Bugs: > [#1910](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1910) Race condition in JedisSentinelPool.initPool() causes JedisConnectionException on getResource() > [#1920](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1920) JedisPool exhausted in Jedis 2.10.0 > > ## 3.0.0 > No release notes provided. > > ## 3.0.0-m1 > No release notes provided. > > ## 2.10.2 > Bug fix version > [#1920](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1920) JedisPool exhausted in Jedis 2.10.0 > > ## 2.10.1 > Fix two concurrency bugs: > * [#1910](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1910) Race condition in JedisSentinelPool.initPool() causes JedisConnectionException on getResource() > * [#1920](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1920) JedisPool exhausted in Jedis 2.10.0 > > > ## 2.10.0 > No release notes provided. > > ## 2.10.0-m1 > No release notes provided. > > ## 2.9.3 > Backport [#1910](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1910) Fix > > ## 2.9.2 > No release notes provided. > > ## 2.9.1 > No release notes provided.
Commits - [`6126d30`](https://github.com/xetorthio/jedis/commit/6126d30efccb8921dcf9a03776299a504e022a3e) Merge pull request [#1911](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1911) from xetorthio/initPool - [`93a2069`](https://github.com/xetorthio/jedis/commit/93a2069536fc50bf0b59ce74597f80a055d916b9) update version to 3.0.1 - [`3e348da`](https://github.com/xetorthio/jedis/commit/3e348da5a767657e74630963a6017b64b7846330) Reset timeout to initial value ([#1739](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1739)) - [`cfe01e3`](https://github.com/xetorthio/jedis/commit/cfe01e38515e97241afa466dc40e0f9a61348995) update supported versions ([#1917](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1917)) - [`ed2ed51`](https://github.com/xetorthio/jedis/commit/ed2ed51c9b7ba42461fb6307a41a479854df8a0f) remove a visible synchronized to run on internal initPoolLock - [`1e536e8`](https://github.com/xetorthio/jedis/commit/1e536e86f892a659aca45e841cd58747f861a7a1) Merge pull request [#1918](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1918) from xetorthio/gkorland-dataSource-reset - [`df1bffa`](https://github.com/xetorthio/jedis/commit/df1bffa3c77f4ede4c912f2c3e78b5c8857725e7) Move dataSource reset before connection returned - [`95aa6a9`](https://github.com/xetorthio/jedis/commit/95aa6a9abaebb525d9dda9d400c7e83dd5475f3c) Merge pull request [#1735](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1735) from sazzad16/pull-1531 - [`bf93d13`](https://github.com/xetorthio/jedis/commit/bf93d13831925833b3efa8c57a971e55c5d12393) fix [#1910](https://github-redirect.dependabot.com/xetorthio/jedis/issues/1910) protect initPool from being called in prallel - [`7750a2e`](https://github.com/xetorthio/jedis/commit/7750a2e5834c4c43f5a01e6e1f594e8eabf8d8b7) update versions on README - Additional commits viewable in [compare view](https://github.com/xetorthio/jedis/compare/jedis-2.9.0...jedis-3.0.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.

Dependabot has been acquired by GitHub  🎉

Fabricio20 commented 5 years ago

@dependabot merge