This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 70a9020 Bump jakarta.activation:jakarta.activation-api from 2.1.3 to
2.1.4 (#245)
70a9020 is described below
commit 70a902092844368c5e3ece0bd8d605720f3fa655
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 21:04:05 2025 -0400
Bump jakarta.activation:jakarta.activation-api from 2.1.3 to 2.1.4 (#245)
Bumps
[jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api)
from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/jakartaee/jaf-api/releases)
- [Commits](https://github.com/jakartaee/jaf-api/compare/2.1.3...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-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 328a8d1..c9e624e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,7 +583,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
- <version>2.1.3</version>
+ <version>2.1.4</version>
</dependency>
</dependencies>
</profile>