Skip to content

Commit

Permalink
Bump derby from 10.11.1.1 to 10.14.2.0 (#8292)
Browse files Browse the repository at this point in the history
* Bump derby from 10.11.1.1 to 10.15.1.3

* Update server/pom.xml as well

* Move to derby 10.14.2.0

10.15.* is Java9+
https://db.apache.org/derby/derby_downloads.html
  • Loading branch information
Fokko authored and clintropolis committed Aug 20, 2019
1 parent e2a25fb commit cb1339e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions licenses.yaml
Expand Up @@ -654,7 +654,7 @@ name: Apache Derby
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 10.11.1.1
version: 10.14.2.0
libraries:
- org.apache.derby: derby
- org.apache.derby: derbyclient
Expand Down Expand Up @@ -3452,4 +3452,3 @@ version: 1.2.2
copyright: Jeremy Ashkenas, DocumentCloud
license_file_path: licenses/src/underscore.MIT
# Legacy console modules end

5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -79,6 +79,7 @@
<apache.curator.test.version>2.12.0</apache.curator.test.version>
<avatica.version>1.12.0</avatica.version>
<calcite.version>1.17.0</calcite.version>
<derby.version>10.14.2.0</derby.version>
<dropwizard.metrics.version>4.0.0</dropwizard.metrics.version>
<fastutil.version>8.2.3</fastutil.version>
<guava.version>16.0.1</guava.version>
Expand Down Expand Up @@ -680,12 +681,12 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbynet</artifactId>
<version>10.11.1.1</version>
<version>${derby.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.11.1.1</version>
<version>${derby.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -167,7 +167,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.11.1.1</version>
<version>${derby.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
Expand Down

0 comments on commit cb1339e

Please sign in to comment.