Skip to content

Commit

Permalink
Bump HikariCP from 3.2.0 to 3.3.0 in /modules/junit-jupiter (testcont…
Browse files Browse the repository at this point in the history
…ainers#1120)

Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.2.0 to 3.3.0.
<details>
<summary>Commits</summary>

- [`ec5e85e`](brettwooldridge/HikariCP@ec5e85e) [maven-release-plugin] prepare release HikariCP-3.3.0
- [`1744719`](brettwooldridge/HikariCP@1744719) Fixes [testcontainers#1305](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1305) ensure that ConcurrentBag.add() does not spin under high load, wh...
- [`1ac94f1`](brettwooldridge/HikariCP@1ac94f1) Fixes [testcontainers#1287](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1287) when system property blockUntilFilled is set, use multiple thread...
- [`4333989`](brettwooldridge/HikariCP@4333989) Fixes [testcontainers#1305](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1305) ensure that ConcurrentBag.add() does not spin under high load, wh...
- [`110f97e`](brettwooldridge/HikariCP@110f97e) Bump log4j.version from 2.9.0 to 2.11.1 ([testcontainers#1302](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1302))
- [`d035231`](brettwooldridge/HikariCP@d035231) Bump mockito-core from 2.10.0 to 2.23.4 ([testcontainers#1301](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1301))
- [`f0676c8`](brettwooldridge/HikariCP@f0676c8) Replace anonymous class with lambda ([testcontainers#1292](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1292))
- [`50c3fd1`](brettwooldridge/HikariCP@50c3fd1) Call newInstance on Constructor of driverClass ([testcontainers#1290](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/1290))
- [`503a1d6`](brettwooldridge/HikariCP@503a1d6) Update README.md
- [`45912eb`](brettwooldridge/HikariCP@45912eb) Fix unit test breakage.
- Additional commits viewable in [compare view](brettwooldridge/HikariCP@HikariCP-3.2.0...HikariCP-3.3.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.zaxxer:HikariCP&package-manager=gradle&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=com.zaxxer:HikariCP&package-manager=gradle&previous-version=3.2.0&new-version=3.3.0)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@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 the `.dependabot/config.yml` file in this repo:
- 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.

</details>
  • Loading branch information
dependabot[bot] authored and rnorth committed Jan 9, 2019
1 parent 59d35bc commit bcecd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

testCompile project(':mysql')
testCompile project(':postgresql')
testCompile 'com.zaxxer:HikariCP:3.2.0'
testCompile 'com.zaxxer:HikariCP:3.3.0'
testCompile 'redis.clients:jedis:3.0.1'

testRuntime 'org.postgresql:postgresql:42.2.5'
Expand Down

0 comments on commit bcecd5c

Please sign in to comment.