Skip to content

Commit

Permalink
Merge pull request #5054 from arjantijms/cdi400
Browse files Browse the repository at this point in the history
Update CDI to 4.0.0
  • Loading branch information
arjantijms authored Feb 23, 2022
2 parents 6c2e9c7 + 4baed88 commit 7433365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7433365

Please sign in to comment.