Skip to content

Commit 8b9d2e3

Browse files
filipblondeelbclozel
authored andcommitted
Fix incorrect jakarta.inject artifact version
Closes gh-30270
1 parent 534d1cd commit 8b9d2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7189,7 +7189,7 @@ You can add the following dependency to your file pom.xml:
71897189
<dependency>
71907190
<groupId>jakarta.inject</groupId>
71917191
<artifactId>jakarta.inject-api</artifactId>
7192-
<version>1</version>
7192+
<version>2.0.0</version>
71937193
</dependency>
71947194
----
71957195
=====

0 commit comments

Comments
 (0)