This is an automated email from the ASF dual-hosted git repository.
capistrant 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 4e3dc36440d bump some dependencies to newer versions (#19122)
4e3dc36440d is described below
commit 4e3dc36440d01ad5c9eebcfbad9888a467da88e8
Author: Lucas Capistrant <[email protected]>
AuthorDate: Wed Mar 11 09:46:50 2026 -0500
bump some dependencies to newer versions (#19122)
* bump some dependencies to newer versions
* use junit 5.13.x still
* revert fastutil bump and re-bump junit
---
licenses.yaml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 72fd052d3fe..a492264b2fe 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -408,7 +408,7 @@ name: LMAX Disruptor
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 3.3.6
+version: 3.4.4
libraries:
- com.lmax: disruptor
diff --git a/pom.xml b/pom.xml
index 390ba0d0617..49af311b174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,7 +909,7 @@
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
- <version>3.3.6</version>
+ <version>3.4.4</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
@@ -1172,7 +1172,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.13.3</version>
+ <version>5.14.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]