File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ and optional library packages are the following:
65
65
### Compile-time dependencies
66
66
67
67
- The [ css4j] ( https://github.com/css4j/css4j/releases ) library (and its transitive
68
- dependencies); version 3.7.0 or higher is recommended (compatibility with 4.0 or
68
+ dependencies); version 3.9.1 or higher is recommended (compatibility with 4.0 or
69
69
higher is likely but not guaranteed).
70
70
71
- - The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 3.5.2 or
71
+ - The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 4.1.1 or
72
72
higher is recommended.
73
73
74
74
- The [ validator.nu html5 parser] ( https://about.validator.nu/htmlparser/ ) .
Original file line number Diff line number Diff line change 1
- # css4j-agent version 3.7.0 Release Notes
1
+ # css4j-agent version 3.7.1 Release Notes
2
2
3
- ### February 15, 2022
3
+ ### January 23, 2023
4
4
5
5
<br />
6
6
7
7
## Highlights
8
8
9
- ### Public Suffix List.
9
+ ### Public Suffix List
10
10
11
11
Updated Public Suffix List.
12
+
13
+ <br />
14
+
15
+ ## Detail of changes
16
+
17
+ - Upgrade to latest public_suffix_list.dat
18
+ - Remove unnecessary public modifier from public interfaces.
19
+ - Javadoc: add a module description.
20
+ - Fix javadoc warning.
21
+ - Bump year to 2023 in copyrights.
22
+ - Upgrade to css4j 3.9.1
23
+ - Upgrade to slf4j-api 2.0.6
24
+ - Upgrade to xml-dtd 4.1.1
25
+ - Upgrade to extra-java-module-info 1.2
26
+ - Upgrade Gradle wrapper to 7.6
27
+ - Rename LICENSES.txt as NOTICE.txt
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = ' io.sf.carte'
8
- version = ' 3.7.1-SNAPSHOT '
8
+ version = ' 3.7.1'
9
9
10
10
description = ' css4j-agent'
11
11
You can’t perform that action at this time.
0 commit comments