Skip to content

Commit ce2609a

Browse files
committed
version 2.63.0
1 parent bfdd346 commit ce2609a

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit Android package
22

3-
Version 2.59.0 / March 6, 2022
3+
Version 2.63.0 / July 10, 2022
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -21,7 +21,7 @@ For maven, you simply use this dependency instead of the usual htmlunit dependen
2121
<dependency>
2222
<groupId>net.sourceforge.htmlunit</groupId>
2323
<artifactId>htmlunit-android</artifactId>
24-
<version>2.59.0</version>
24+
<version>2.63.0</version>
2525
</dependency>
2626

2727
Overview
@@ -67,7 +67,7 @@ If you use maven please add:
6767
<dependency>
6868
<groupId>net.sourceforge.htmlunit</groupId>
6969
<artifactId>htmlunit-android</artifactId>
70-
<version>2.63.0-SNAPSHOT</version>
70+
<version>2.64.0-SNAPSHOT</version>
7171
</dependency>
7272

7373
You have to add the sonatype snapshot repository to your pom distributionManagement section also:

dependency-reduced-pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@
217217
<version>3.8.0</version>
218218
<scope>compile</scope>
219219
</dependency>
220+
<dependency>
221+
<groupId>org.brotli</groupId>
222+
<artifactId>dec</artifactId>
223+
<version>0.1.2</version>
224+
<scope>compile</scope>
225+
</dependency>
220226
<dependency>
221227
<groupId>com.shapesecurity</groupId>
222228
<artifactId>salvation2</artifactId>
@@ -232,7 +238,7 @@
232238
<dependency>
233239
<groupId>org.eclipse.jetty.websocket</groupId>
234240
<artifactId>websocket-client</artifactId>
235-
<version>9.4.46.v20220331</version>
241+
<version>9.4.19.v20190610</version>
236242
<scope>compile</scope>
237243
</dependency>
238244
</dependencies>
@@ -252,7 +258,7 @@
252258
</site>
253259
</distributionManagement>
254260
<properties>
255-
<jetty.version>9.4.46.v20220331</jetty.version>
261+
<jetty.version>9.4.19.v20190610</jetty.version>
256262
<htmlunit.version>2.63.0-SNAPSHOT</htmlunit.version>
257263
<maven.compiler.source>8</maven.compiler.source>
258264
<additionalparam>-Xdoclint:none</additionalparam>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.sourceforge.htmlunit</groupId>
77
<artifactId>htmlunit-android</artifactId>
8-
<version>2.63.0-SNAPSHOT</version>
8+
<version>2.63.0</version>
99

1010
<name>HtmlUnitAndroid</name>
1111
<organization>
@@ -26,7 +26,7 @@
2626
<maven.compiler.source>8</maven.compiler.source>
2727
<maven.compiler.target>8</maven.compiler.target>
2828

29-
<htmlunit.version>2.63.0-SNAPSHOT</htmlunit.version>
29+
<htmlunit.version>2.63.0</htmlunit.version>
3030
<!-- overwrite the jetty version to be compatible with older android api's -->
3131
<!-- see https://github.com/HtmlUnit/htmlunit-android/issues/5 -->
3232
<jetty.version>9.4.19.v20190610</jetty.version>
@@ -37,6 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-jar-plugin</artifactId>
40+
<version>3.2.2</version>
4041
<configuration>
4142
<archive>
4243
<manifest>
@@ -49,6 +50,7 @@
4950
<plugin>
5051
<groupId>org.apache.maven.plugins</groupId>
5152
<artifactId>maven-shade-plugin</artifactId>
53+
<version>3.3.0</version>
5254
<executions>
5355
<execution>
5456
<phase>package</phase>

0 commit comments

Comments
 (0)