We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdb9d5 commit 773aa5dCopy full SHA for 773aa5d
1 file changed
pom.xml
@@ -451,9 +451,9 @@
451
<dependencies>
452
<!-- https://github.com/trautonen/coveralls-maven-plugin/issues/141 -->
453
<dependency>
454
- <groupId>javax.xml.bind</groupId>
455
- <artifactId>jaxb-api</artifactId>
456
- <version>2.2.3</version>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ <version>2.3.3</version>
457
</dependency>
458
</dependencies>
459
</plugin>
0 commit comments