File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
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.11 .0 / March 23 , 2025
20+ ### Latest release Version 4.12 .0 / May 17 , 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.11 .0</version >
30+ <version >4.12 .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.11 .0'
39+ implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.12 .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.12 .0-SNAPSHOT</version>
53+ <version>4.13 .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.11 .0</version >
7+ <version >4.12 .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.21.4 </checkstyle .version>
26+ <checkstyle .version>10.23.1 </checkstyle .version>
2727 <spotbugs .version>4.9.3</spotbugs .version>
28- <pmd .version>7.11 .0</pmd .version>
28+ <pmd .version>7.13 .0</pmd .version>
2929 <dependencycheck .version>10.0.4</dependencycheck .version>
3030 </properties >
3131
3939 <dependency >
4040 <groupId >commons-io</groupId >
4141 <artifactId >commons-io</artifactId >
42- <version >2.18 .0</version >
42+ <version >2.19 .0</version >
4343 <scope >test</scope >
4444 </dependency >
4545 </dependencies >
5252 </plugin >
5353 <plugin >
5454 <artifactId >maven-surefire-plugin</artifactId >
55- <version >3.5.2 </version >
55+ <version >3.5.3 </version >
5656 </plugin >
5757 <plugin >
5858 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments