Skip to content

Commit 5b6f077

Browse files
committed
[pom] Update to jakarta transaction api 1.3.2
1 parent bd00c0a commit 5b6f077

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
@@ -292,9 +292,9 @@
292292
</dependency>
293293

294294
<dependency>
295-
<groupId>javax.transaction</groupId>
296-
<artifactId>javax.transaction-api</artifactId>
297-
<version>1.3</version>
295+
<groupId>jakarta.transaction</groupId>
296+
<artifactId>jakarta.transaction-api</artifactId>
297+
<version>1.3.2</version>
298298
<scope>test</scope>
299299
</dependency>
300300
<dependency>

0 commit comments

Comments
 (0)