Skip to content

Commit 669f5c6

Browse files
committed
[pom] Bump 'javax' transaction to 'jakarta' transaction 1.3.5
1 parent 916d6c7 commit 669f5c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
<scope>provided</scope>
7474
</dependency>
7575
<dependency>
76-
<groupId>javax.annotation</groupId>
77-
<artifactId>javax.annotation-api</artifactId>
78-
<version>1.3.2</version>
76+
<groupId>jakarta.annotation</groupId>
77+
<artifactId>jakarta.annotation-api</artifactId>
78+
<version>1.3.5</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>

0 commit comments

Comments
 (0)