File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1616
1717[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
1818
19- ### Latest release Version 3.10 .0 / January 14 , 2024
19+ ### Latest release Version 3.11 .0 / February 10 , 2024
2020
2121## Get it!
2222
@@ -28,7 +28,7 @@ Add to your `pom.xml`:
2828<dependency >
2929 <groupId >org.htmlunit</groupId >
3030 <artifactId >htmlunit-cssparser</artifactId >
31- <version >3.10 .0</version >
31+ <version >3.11 .0</version >
3232</dependency >
3333```
3434
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
3737Add to your ` build.gradle ` :
3838
3939``` groovy
40- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.10 .0'
40+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.11 .0'
4141```
4242
4343
@@ -53,7 +53,7 @@ If you use maven please add:
5353 <dependency>
5454 <groupId>org.htmlunit</groupId>
5555 <artifactId>htmlunit-cssparser</artifactId>
56- <version>3.11 .0-SNAPSHOT</version>
56+ <version>3.12 .0-SNAPSHOT</version>
5757 </dependency>
5858
5959You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-cssparser</artifactId >
7- <version >3.10 .0</version >
7+ <version >3.11 .0</version >
88 <name >HtmlUnit CSS Parser</name >
99 <organization >
1010 <name >HtmlUnit</name >
2121 <maven .compiler.target>8</maven .compiler.target>
2222
2323 <checkstyle .version>9.3</checkstyle .version>
24- <dependencycheck .version>9.0.8 </dependencycheck .version>
24+ <dependencycheck .version>9.0.9 </dependencycheck .version>
2525 </properties >
2626
2727 <build >
You can’t perform that action at this time.
0 commit comments