Skip to content

Commit 2bd06e5

Browse files
committed
version 2.67.0
1 parent 0adeefa commit 2bd06e5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

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

3-
Version 2.66.0 / October 23, 2022
3+
Version 2.67.0 / November 20, 2022
44

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

@@ -24,7 +24,7 @@ Add to your `pom.xml`:
2424
<dependency>
2525
<groupId>net.sourceforge.htmlunit</groupId>
2626
<artifactId>htmlunit-android</artifactId>
27-
<version>2.66.0</version>
27+
<version>2.67.0</version>
2828
</dependency>
2929
```
3030

@@ -33,7 +33,7 @@ Add to your `pom.xml`:
3333
Add to your `build.gradle`:
3434

3535
```groovy
36-
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.66.0'
36+
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67.0'
3737
```
3838

3939
Overview
@@ -103,7 +103,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
103103
<dependency>
104104
<groupId>net.sourceforge.htmlunit</groupId>
105105
<artifactId>htmlunit-android</artifactId>
106-
<version>2.67.0-SNAPSHOT</version>
106+
<version>2.68.0-SNAPSHOT</version>
107107
</dependency>
108108
<!-- ... -->
109109
</dependencies>
@@ -122,7 +122,7 @@ repositories {
122122
}
123123
// ...
124124
dependencies {
125-
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67.0-SNAPSHOT'
125+
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.68.0-SNAPSHOT'
126126
// ...
127127
}
128128
```

pom.xml

Lines changed: 2 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.67.0-SNAPSHOT</version>
8+
<version>2.67.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.67.0-SNAPSHOT</htmlunit.version>
29+
<htmlunit.version>2.67.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>

0 commit comments

Comments
 (0)