This is an automated email from the ASF dual-hosted git repository.
gianm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new d2736411784 minor: Jump to the last ever derby version (#19492)
d2736411784 is described below
commit d2736411784b0e2e978d690270b5dc01d8a1c79d
Author: Lucas Capistrant <[email protected]>
AuthorDate: Thu May 21 01:34:26 2026 -0500
minor: Jump to the last ever derby version (#19492)
---
licenses.yaml | 4 +++-
pom.xml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 01260251874..95192d85c1f 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1880,11 +1880,13 @@ name: Apache Derby
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 10.14.2.0
+version: 10.17.1.0
libraries:
- org.apache.derby: derby
- org.apache.derby: derbyclient
- org.apache.derby: derbynet
+ - org.apache.derby: derbytools
+ - org.apache.derby: derbyshared
notice: |
=========================================================================
== NOTICE file corresponding to section 4(d) of the Apache License,
diff --git a/pom.xml b/pom.xml
index 326acdaf102..aabb17d07f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
<cronutils.version>9.2.0</cronutils.version>
<datasketches.version>4.2.0</datasketches.version>
<datasketches.memory.version>2.2.0</datasketches.memory.version>
- <derby.version>10.14.2.0</derby.version>
+ <derby.version>10.17.1.0</derby.version>
<dropwizard.metrics.version>4.2.22</dropwizard.metrics.version>
<errorprone.version>2.41.0</errorprone.version>
<fabric8.version>7.6.0</fabric8.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]