Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 27, 2024
1 parent 8d0fcad commit ebd9c42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using different versions of Jetty, this repo provides a shaded version of the je

[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]

### Latest release Version 4.3.0 / June 24, 2024
### Latest release Version 4.4.0 / July 28, 2024

### Maven

Expand All @@ -23,7 +23,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-websocket-client</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.3.0'
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.4.0'
```

### Last CI build
Expand All @@ -47,7 +47,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-websocket-client</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.5.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-websocket-client</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>

<name>HtmlUnit WebSocket Client</name>
<organization>
Expand All @@ -27,7 +27,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<jetty.version>9.4.54.v20240208</jetty.version>
<jetty.version>9.4.55.v20240627</jetty.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<quiet>true</quiet>
<!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
Expand Down

0 comments on commit ebd9c42

Please sign in to comment.