Skip to content

Commit da7e1bc

Browse files
Update remaining versions, pin Jakarta XML Bind to 3.0.x.
1 parent 602de97 commit da7e1bc

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

pom.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<properties>
7070
<assertj.version>3.27.6</assertj.version>
7171
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
72-
<checkstyle.version>12.3.0</checkstyle.version>
72+
<checkstyle.version>12.3.1</checkstyle.version>
7373
<commons-beanutils.version>1.11.0</commons-beanutils.version>
7474
<commons-logging.version>1.3.5</commons-logging.version>
7575
<ehcache.version>2.10.9.2</ehcache.version>
@@ -78,7 +78,7 @@
7878
<jackson.version>2.20.1</jackson.version>
7979
<jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
8080
<jaxb-impl.version>3.0.2</jaxb-impl.version>
81-
<jsoup.version>1.21.2</jsoup.version>
81+
<jsoup.version>1.22.1</jsoup.version>
8282
<junit.version>6.0.1</junit.version>
8383
<license-maven-plugin.version>5.0.0</license-maven-plugin.version>
8484
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
@@ -340,6 +340,28 @@
340340
<version>.+-(alpha|beta).+</version>
341341
</ignoreVersion>
342342
</ignoreVersions>
343+
<rules>
344+
<rule>
345+
<groupId>jakarta.xml.bind</groupId>
346+
<artifactId>jakarta.xml.bind-api</artifactId>
347+
<ignoreVersions>
348+
<ignoreVersion>
349+
<type>range</type>
350+
<version>[4.0,)</version>
351+
</ignoreVersion>
352+
</ignoreVersions>
353+
</rule>
354+
<rule>
355+
<groupId>com.sun.xml.bind</groupId>
356+
<artifactId>jaxb-impl</artifactId>
357+
<ignoreVersions>
358+
<ignoreVersion>
359+
<type>range</type>
360+
<version>[4.0,)</version>
361+
</ignoreVersion>
362+
</ignoreVersions>
363+
</rule>
364+
</rules>
343365
</ruleSet>
344366
</configuration>
345367
</plugin>

0 commit comments

Comments
 (0)