This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 851f7808ec4 Bump jakarta.enterprise:jakarta.enterprise.cdi-api from
4.0.1 to 4.1.0 (#13873)
851f7808ec4 is described below
commit 851f7808ec46f6e1250045fcc317a3789cae8255
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 22 17:04:40 2024 +0200
Bump jakarta.enterprise:jakarta.enterprise.cdi-api from 4.0.1 to 4.1.0
(#13873)
Bumps
[jakarta.enterprise:jakarta.enterprise.cdi-api](https://github.com/cdi-spec/cdi)
from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/cdi-spec/cdi/releases)
- [Commits](https://github.com/cdi-spec/cdi/compare/4.0.1...4.1.0)
---
updated-dependencies:
- dependency-name: jakarta.enterprise:jakarta.enterprise.cdi-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 0049c3bb223..a67087d2e4d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -254,7 +254,7 @@
<jakarta-activation-version>2.1.3</jakarta-activation-version>
<jakarta-annotation-api-version>2.1.1</jakarta-annotation-api-version>
<jakarta-servlet-api-version>6.0.0</jakarta-servlet-api-version>
-
<jakarta-enterprise-cdi-api-version>4.0.1</jakarta-enterprise-cdi-api-version>
+
<jakarta-enterprise-cdi-api-version>4.1.0</jakarta-enterprise-cdi-api-version>
<jakarta-inject-version>2.0.1</jakarta-inject-version>
<jakarta-xml-bind-api-version>4.0.2</jakarta-xml-bind-api-version>
<jakarta-xml-soap-api-version>3.0.1</jakarta-xml-soap-api-version>