Skip to content

Commit 075afc0

Browse files
Bump cdi.update.version from 5.0.0.Alpha1 to 5.0.0-M1
Bumps `cdi.update.version` from 5.0.0.Alpha1 to 5.0.0-M1. Updates `jakarta.enterprise:jakarta.enterprise.cdi-api` from 5.0.0.Alpha1 to 5.0.0-M1 - [Release notes](https://github.com/cdi-spec/cdi/releases) - [Commits](jakartaee/cdi@5.0.0.Alpha1...5.0.0-M1) Updates `jakarta.enterprise:jakarta.enterprise.cdi-el-api` from 5.0.0.Alpha1 to 5.0.0-M1 - [Release notes](https://github.com/eclipse-ee4j/cdi/releases) - [Commits](jakartaee/cdi@5.0.0.Alpha1...5.0.0-M1) Updates `jakarta.enterprise:jakarta.enterprise.lang-model` from 5.0.0.Alpha1 to 5.0.0-M1 - [Release notes](https://github.com/eclipse-ee4j/cdi/releases) - [Commits](jakartaee/cdi@5.0.0.Alpha1...5.0.0-M1) --- updated-dependencies: - dependency-name: jakarta.enterprise:jakarta.enterprise.cdi-api dependency-version: 5.0.0-M1 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: jakarta.enterprise:jakarta.enterprise.cdi-el-api dependency-version: 5.0.0-M1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: jakarta.enterprise:jakarta.enterprise.lang-model dependency-version: 5.0.0-M1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20158c5 commit 075afc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jboss-as/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as the release plugin won't deal with double evaluation -->
3333
<weld.update.version>7.0.0-SNAPSHOT</weld.update.version>
3434
<!-- These are *NOT* automatically updated and should be reviewed if the relevant profile is to be used -->
35-
<cdi.update.version>5.0.0.Alpha1</cdi.update.version>
35+
<cdi.update.version>5.0.0-M1</cdi.update.version>
3636
</properties>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)