Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 316 update c3p0 #395

Merged
merged 2 commits into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This release is still work in progress under `quartz-2.3.x` branch!
THIS RELEASE REQUIRES JDK7

* #294 depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13
* #316 depen: Updated C3P0 version to 0.9.5.3
* #147 bugfix: Fix BINARY to BLOG type for job data for hsqldb
* #156 bugfix: Fix null string used in thread name with DirectSchedulerFactory
* #159 bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<skipCheckstyle>false</skipCheckstyle>

<slf4j.version>1.7.7</slf4j.version>
<c3p0.version>0.9.5.2</c3p0.version>
<c3p0.version>0.9.5.3</c3p0.version>
<hikaricp.version>2.4.13</hikaricp.version>
<log4j.version>1.2.16</log4j.version>
<gmaven-plugin.version>1.4</gmaven-plugin.version>
Expand Down