|
92 | 92 | <section name="Where to find..."> |
93 | 93 | <p> |
94 | 94 | <dl> |
95 | | - <dt>Latest release <date>June 03, 2025</date></dt> |
| 95 | + <dt>Latest release <date>July 30, 2025</date></dt> |
96 | 96 | <dd> |
97 | | - <p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.13.0">version 4.13.0</a></p> |
| 97 | + <p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.14.0">version 4.14.0</a></p> |
98 | 98 | </dd> |
99 | 99 |
|
100 | 100 | <dt>Source code</dt> |
|
220 | 220 | <dependency> |
221 | 221 | <groupId>org.htmlunit</groupId> |
222 | 222 | <artifactId>htmlunit</artifactId> |
223 | | - <version>4.13.0</version> |
| 223 | + <version>4.14.0</version> |
224 | 224 | </dependency>]]></source> |
225 | 225 | </p> |
226 | 226 |
|
227 | 227 | <p> |
228 | 228 | For gradle, you would add: |
229 | 229 | <source><![CDATA[ |
230 | | -implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.13.0']]></source> |
| 230 | +implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.14.0']]></source> |
231 | 231 | </p> |
232 | 232 |
|
233 | 233 | <p> |
234 | | - If you like to use the latest available snapshot build you have to add the sonatype |
235 | | - snapshot repository to your pom repositories section; also (check |
| 234 | + If you like to use the latest available snapshot build you have to add the |
| 235 | + Central Portal Snapshots repository to your pom repositories section; also (check |
236 | 236 | <a href="https://bsky.app/profile/htmlunit.bsky.social">Bsky</a> for regular information about new |
237 | 237 | snapshot builds). |
238 | 238 | <source><![CDATA[ |
239 | | -<repository> |
240 | | - <id>OSS Sonatype snapshots</id> |
241 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
242 | | - <snapshots> |
243 | | - <enabled>true</enabled> |
244 | | - <updatePolicy>always</updatePolicy> |
245 | | - </snapshots> |
246 | | - <releases> |
247 | | - <enabled>false</enabled> |
248 | | - </releases> |
249 | | -</repository>]]></source> |
| 239 | +<repositories> |
| 240 | + <repository> |
| 241 | + <name>Central Portal Snapshots</name> |
| 242 | + <id>central-portal-snapshots</id> |
| 243 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 244 | + <releases> |
| 245 | + <enabled>false</enabled> |
| 246 | + </releases> |
| 247 | + <snapshots> |
| 248 | + <enabled>true</enabled> |
| 249 | + </snapshots> |
| 250 | + </repository> |
| 251 | +</repositories>]]></source> |
250 | 252 | </p> |
251 | 253 | </section> |
252 | 254 |
|
|
0 commit comments