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 @@ -15,7 +15,7 @@ and we added unit tests and the maven-based build.
1515
1616[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
1717
18- ### Latest release Version 3.11 .0 / February 10 , 2024
18+ ### Latest release Version 4.0 .0 / April 1 , 2024
1919
2020### Maven
2121
@@ -25,7 +25,7 @@ Add to your `pom.xml`:
2525<dependency >
2626 <groupId >org.htmlunit</groupId >
2727 <artifactId >htmlunit-xpath</artifactId >
28- <version >3.11 .0</version >
28+ <version >4.0 .0</version >
2929</dependency >
3030```
3131
@@ -34,7 +34,7 @@ Add to your `pom.xml`:
3434Add to your ` build.gradle ` :
3535
3636``` groovy
37- implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '3.11 .0'
37+ implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.0 .0'
3838```
3939
4040### Last CI build
@@ -48,7 +48,7 @@ If you use maven please add:
4848 <dependency>
4949 <groupId>org.htmlunit</groupId>
5050 <artifactId>htmlunit-xpath</artifactId>
51- <version>3.12 .0-SNAPSHOT</version>
51+ <version>4.1 .0-SNAPSHOT</version>
5252 </dependency>
5353
5454You 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 >3.11 .0</version >
7+ <version >4.0 .0</version >
88 <name >HtmlUnit-XPath</name >
99 <organization >
1010 <name >HtmlUnit</name >
2626 <checkstyle .version>10.12.5</checkstyle .version>
2727 <spotbugs .version>4.8.3</spotbugs .version>
2828 <pmd .version>6.55.0</pmd .version>
29- <dependencycheck .version>9.0.9 </dependencycheck .version>
29+ <dependencycheck .version>9.1.0 </dependencycheck .version>
3030 </properties >
3131
3232 <dependencies >
4848 <plugins >
4949 <plugin >
5050 <artifactId >maven-compiler-plugin</artifactId >
51- <version >3.12.1 </version >
51+ <version >3.13.0 </version >
5252 </plugin >
5353 <plugin >
5454 <artifactId >maven-surefire-plugin</artifactId >
113113 <plugin >
114114 <groupId >org.apache.maven.plugins</groupId >
115115 <artifactId >maven-gpg-plugin</artifactId >
116- <version >3.1.0 </version >
116+ <version >3.2.2 </version >
117117 <executions >
118118 <execution >
119119 <phase >verify</phase >
143143 <plugin >
144144 <groupId >com.github.spotbugs</groupId >
145145 <artifactId >spotbugs-maven-plugin</artifactId >
146- <version >4.8.3.0 </version >
146+ <version >4.8.3.1 </version >
147147 <dependencies >
148148 <dependency >
149149 <groupId >com.github.spotbugs</groupId >
You can’t perform that action at this time.
0 commit comments