HHH-14719 bump apache-derby to 10.14.2.0 fixing CVE-2015-1832 and CVE-2018-1313

This commit is contained in:
Sebastian Nohn 2021-07-08 23:12:53 +02:00 committed by Steve Ebersole
parent 834f125c07
commit 8e68ad2349
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
//databaseProfile {
jdbcDependency 'org.apache.derby:derby:10.11.1.1'
jdbcDependency 'org.apache.derby:derby:10.14.2.0'
// testing {
// beforeSuite {

View File

@ -127,7 +127,7 @@ ext {
byteman_bmunit: "org.jboss.byteman:byteman-bmunit:${bytemanVersion}",
h2: "com.h2database:h2:${h2Version}",
hsqldb: "org.hsqldb:hsqldb:2.3.2",
derby: "org.apache.derby:derby:10.11.1.1",
derby: "org.apache.derby:derby:10.14.2.0",
postgresql: 'org.postgresql:postgresql:42.2.16',
mysql: 'mysql:mysql-connector-java:8.0.17',
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',