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 6fbf3e5 Bump jakarta.activation-api from 2.1.1 to 2.1.2 (#62)
6fbf3e5 is described below
commit 6fbf3e5f770d0965e5e9d045800044d67853fdc3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 1 08:29:45 2023 -0400
Bump jakarta.activation-api from 2.1.1 to 2.1.2 (#62)
Bumps [jakarta.activation-api](https://github.com/jakartaee/jaf-api) from
2.1.1 to 2.1.2.
- [Release notes](https://github.com/jakartaee/jaf-api/releases)
- [Commits](https://github.com/jakartaee/jaf-api/compare/2.1.1...2.1.2)
---
updated-dependencies:
- dependency-name: jakarta.activation:jakarta.activation-api
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 a2de854..00c017d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,7 +584,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
</dependency>
</dependencies>
</profile>