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.
15
15
16
16
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
17
17
18
- ### Latest release Version 3.11 .0 / February 10 , 2024
18
+ ### Latest release Version 4.0 .0 / April 1 , 2024
19
19
20
20
### Maven
21
21
@@ -25,7 +25,7 @@ Add to your `pom.xml`:
25
25
<dependency >
26
26
<groupId >org.htmlunit</groupId >
27
27
<artifactId >htmlunit-xpath</artifactId >
28
- <version >3.11 .0</version >
28
+ <version >4.0 .0</version >
29
29
</dependency >
30
30
```
31
31
@@ -34,7 +34,7 @@ Add to your `pom.xml`:
34
34
Add to your ` build.gradle ` :
35
35
36
36
``` 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'
38
38
```
39
39
40
40
### Last CI build
@@ -48,7 +48,7 @@ If you use maven please add:
48
48
<dependency>
49
49
<groupId>org.htmlunit</groupId>
50
50
<artifactId>htmlunit-xpath</artifactId>
51
- <version>3.12 .0-SNAPSHOT</version>
51
+ <version>4.1 .0-SNAPSHOT</version>
52
52
</dependency>
53
53
54
54
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-xpath</artifactId >
7
- <version >3.11 .0</version >
7
+ <version >4.0 .0</version >
8
8
<name >HtmlUnit-XPath</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
26
26
<checkstyle .version>10.12.5</checkstyle .version>
27
27
<spotbugs .version>4.8.3</spotbugs .version>
28
28
<pmd .version>6.55.0</pmd .version>
29
- <dependencycheck .version>9.0.9 </dependencycheck .version>
29
+ <dependencycheck .version>9.1.0 </dependencycheck .version>
30
30
</properties >
31
31
32
32
<dependencies >
48
48
<plugins >
49
49
<plugin >
50
50
<artifactId >maven-compiler-plugin</artifactId >
51
- <version >3.12.1 </version >
51
+ <version >3.13.0 </version >
52
52
</plugin >
53
53
<plugin >
54
54
<artifactId >maven-surefire-plugin</artifactId >
113
113
<plugin >
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-gpg-plugin</artifactId >
116
- <version >3.1.0 </version >
116
+ <version >3.2.2 </version >
117
117
<executions >
118
118
<execution >
119
119
<phase >verify</phase >
143
143
<plugin >
144
144
<groupId >com.github.spotbugs</groupId >
145
145
<artifactId >spotbugs-maven-plugin</artifactId >
146
- <version >4.8.3.0 </version >
146
+ <version >4.8.3.1 </version >
147
147
<dependencies >
148
148
<dependency >
149
149
<groupId >com.github.spotbugs</groupId >
You can’t perform that action at this time.
0 commit comments