Skip to content

Commit

Permalink
Bump HikariCP-java6 from 2.3.8 to 2.3.13 in /modules/postgresql (#1051)
Browse files Browse the repository at this point in the history
Bumps [HikariCP-java6](https://github.com/brettwooldridge/HikariCP) from 2.3.8 to 2.3.13.
<details>
<summary>Changelog</summary>

*Sourced from [HikariCP-java6's changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES).*

> HikariCP Changes
> 
> Changes in 3.2.0
> 
>  * check connection closed condition before attempting to set network timeout to avoid spurios exceptions
>    in the log.
> 
>  * updated validation failure message to include recommendation to check maxLifetime value.
> 
>  * fixed 1141 do not throw SQLException when calling isClosed() or close() on a already closed unwrapped
>    Connection, as per JDBC specification.
> 
>  * fixed 1137 support changing user/password at runtime for DriverDataSource-wrapped driver connections.
> 
>  * fixed 1136 log loaded driver when using jdbcUrl.
> 
>  * pull 1135 extract sealed pool check into independent method.
> 
>  * fixed 1126 correct error in JavaDoc for HikariConfig.setInitializationFailTimeout().
> 
>  * fixed 1114 removed unreachable code.
> 
> Changes in 3.1.0
> 
>  * Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime.
>    The catalog should only be changed while the pool is suspended, and after evicting existing
>    connections via HikariPoolMXBean.softEvictConnections().
> 
> Changes in 3.0.0
> 
>  * Removed previously deprecated methods;
>      HikariConfig.copyState()
>      HikariConfig.getScheduledExecutorService()
>      HikariConfig.setScheduledExecutorService()
>      HikariConfig.isInitializationFailFast()
>      HikariConfig.setInitializationFailFast()
>      HikariConfig.isJdbc4ConnectionTest()
>      HikariConfig.setJdbc4ConnectionTest()
> 
>      HikariDataSource.copyState()
>      HikariDataSource.getScheduledExecutorService()
>      HikariDataSource.setScheduledExecutorService()
>      HikariDataSource.suspendPool()
>      HikariDataSource.resumePool()
>      HikariDataSource.shutdown()
>      HikariDataSource.isInitializationFailFast()
>      HikariDataSource.setInitializationFailFast()
>      HikariDataSource.isJdbc4ConnectionTest()
>      HikariDataSource.setJdbc4ConnectionTest()
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`390c569`](brettwooldridge/HikariCP@390c569) [maven-release-plugin] prepare release HikariCP-2.3.13
- [`e94d920`](brettwooldridge/HikariCP@e94d920) Fixes [#512](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/512) back port to 2.3.x stream.
- [`d5e496c`](brettwooldridge/HikariCP@d5e496c) [maven-release-plugin] prepare for next development iteration
- [`260ac29`](brettwooldridge/HikariCP@260ac29) [maven-release-plugin] prepare release HikariCP-2.3.12
- [`a312c5a`](brettwooldridge/HikariCP@a312c5a) Skip proxy generation during test runs
- [`f0ba4b7`](brettwooldridge/HikariCP@f0ba4b7) Fixed issue with new proxy class generation whereby Java 6 classes were gener...
- [`fe6eb41`](brettwooldridge/HikariCP@fe6eb41) [maven-release-plugin] prepare for next development iteration
- [`af5ba3b`](brettwooldridge/HikariCP@af5ba3b) [maven-release-plugin] prepare release HikariCP-2.3.11
- [`2c632e7`](brettwooldridge/HikariCP@2c632e7) Fixes major class version number for generated proxy classes.
- [`e2f1915`](brettwooldridge/HikariCP@e2f1915) [maven-release-plugin] prepare for next development iteration
- Additional commits viewable in [compare view](brettwooldridge/HikariCP@HikariCP-2.3.8...HikariCP-2.3.13)
</details>
<br />

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

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)

---

**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](https://app.dependabot.com).

<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 Dec 23, 2018
1 parent 4f1d631 commit 9e24ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
compile project(':jdbc')

testCompile 'org.postgresql:postgresql:9.3-1101-jdbc41'
testCompile 'com.zaxxer:HikariCP-java6:2.3.8'
testCompile 'com.zaxxer:HikariCP-java6:2.3.13'
testCompile 'commons-dbutils:commons-dbutils:1.6'
}

0 comments on commit 9e24ec0

Please sign in to comment.