Skip to content

Commit 916d6c7

Browse files
committed
[pom] Bump 'javax' annotation to 'jakarta' annotation 1.3.5
1 parent e980144 commit 916d6c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2013-2018 the original author or authors.
4+
Copyright 2013-2019 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -79,9 +79,9 @@
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>
82-
<groupId>javax.transaction</groupId>
83-
<artifactId>javax.transaction-api</artifactId>
84-
<version>1.3</version>
82+
<groupId>jakarta.transaction</groupId>
83+
<artifactId>jakarta.transaction-api</artifactId>
84+
<version>1.3.3</version>
8585
<scope>provided</scope>
8686
</dependency>
8787

0 commit comments

Comments
 (0)