This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push: new 910675d8 Bump jakarta.inject:jakarta.inject-api from 1.0 to 2.0.1.MR (#1141) 910675d8 is described below commit 910675d8b2f695f49fcc4cc7ddf9b62782d78825 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Oct 16 22:48:47 2024 +0200 Bump jakarta.inject:jakarta.inject-api from 1.0 to 2.0.1.MR (#1141) Bumps [jakarta.inject:jakarta.inject-api](https://github.com/eclipse-ee4j/injection-api) from 1.0 to 2.0.1.MR. - [Release notes](https://github.com/eclipse-ee4j/injection-api/releases) - [Commits](https://github.com/eclipse-ee4j/injection-api/compare/1.0...2.0.1.MR) --- updated-dependencies: - dependency-name: jakarta.inject:jakarta.inject-api dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 2549398d..849c0fc1 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ <maven.plugin-tools.version>3.15.0</maven.plugin-tools.version> <version.plexus-utils>4.0.2</version.plexus-utils> <version.plexus-xml>4.0.4</version.plexus-xml> - <jakarta.inject.version>2.0.1</jakarta.inject.version> + <jakarta.inject.version>2.0.1.MR</jakarta.inject.version> <!-- plugin versions a..z --> <buildnumber-maven-plugin.version>3.2.1</buildnumber-maven-plugin.version>