This is an automated email from the ASF dual-hosted git repository.
FrankChen021 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 ab632beed0c build(deps): bump
jakarta.activation:jakarta.activation-api from 1.2.2 to 2.1.4 (#20167)
ab632beed0c is described below
commit ab632beed0c279e8a65899597d511336639eaf3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 09:42:25 2026 +0800
build(deps): bump jakarta.activation:jakarta.activation-api from 1.2.2 to
2.1.4 (#20167)
* build(deps): bump jakarta.activation:jakarta.activation-api
Bumps
[jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api)
from 1.2.2 to 2.1.4.
- [Release notes](https://github.com/jakartaee/jaf-api/releases)
- [Commits](https://github.com/jakartaee/jaf-api/compare/1.2.2...2.1.4)
---
updated-dependencies:
- dependency-name: jakarta.activation:jakarta.activation-api
dependency-version: 2.1.4
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix: retain legacy activation API for JAXB 2.3
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
pom.xml | 2 +-
services/pom.xml | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 45c976274e0..65c4f808a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1209,7 +1209,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
- <version>1.2.2</version>
+ <version>2.1.4</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
diff --git a/services/pom.xml b/services/pom.xml
index 281d7529bfc..299f46f3f9e 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -71,6 +71,13 @@
<artifactId>jaxb-runtime</artifactId>
<scope>runtime</scope>
</dependency>
+ <!-- JAXB 2.3.x still references the legacy javax.activation API at
runtime. -->
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>javax.activation-api</artifactId>
+ <version>1.2.0</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]