File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and we added unit tests and the maven-based build.
1717
1818[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
1919
20- ### Latest release Version 4.12 .0 / May 17 , 2025
20+ ### Latest release Version 4.13 .0 / June 03 , 2025
2121
2222### Maven
2323
@@ -27,7 +27,7 @@ Add to your `pom.xml`:
2727<dependency >
2828 <groupId >org.htmlunit</groupId >
2929 <artifactId >htmlunit-xpath</artifactId >
30- <version >4.12 .0</version >
30+ <version >4.13 .0</version >
3131</dependency >
3232```
3333
@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636Add to your ` build.gradle ` :
3737
3838``` groovy
39- implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.12 .0'
39+ implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.13 .0'
4040```
4141
4242### Last CI build
@@ -50,7 +50,7 @@ If you use maven please add:
5050 <dependency>
5151 <groupId>org.htmlunit</groupId>
5252 <artifactId>htmlunit-xpath</artifactId>
53- <version>4.13 .0-SNAPSHOT</version>
53+ <version>4.14 .0-SNAPSHOT</version>
5454 </dependency>
5555
5656You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-xpath</artifactId >
7- <version >4.12 .0</version >
7+ <version >4.13 .0</version >
88 <name >HtmlUnit-XPath</name >
99 <organization >
1010 <name >HtmlUnit</name >
2323 <maven .compiler.source>8</maven .compiler.source>
2424 <maven .compiler.target>8</maven .compiler.target>
2525
26- <checkstyle .version>10.23.1 </checkstyle .version>
26+ <checkstyle .version>10.25.0 </checkstyle .version>
2727 <spotbugs .version>4.9.3</spotbugs .version>
28- <pmd .version>7.13 .0</pmd .version>
28+ <pmd .version>7.14 .0</pmd .version>
2929 <dependencycheck .version>10.0.4</dependencycheck .version>
3030 </properties >
3131
3232 <dependencies >
3333 <dependency >
3434 <groupId >org.junit.jupiter</groupId >
3535 <artifactId >junit-jupiter-engine</artifactId >
36- <version >5.12 .0</version >
36+ <version >5.13 .0</version >
3737 <scope >test</scope >
3838 </dependency >
3939 <dependency >
You can’t perform that action at this time.
0 commit comments