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:
6565### Compile-time dependencies
6666
6767- 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
6969 higher is likely but not guaranteed).
7070
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
7272 higher is recommended.
7373
7474- 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
22
3- ### February 15, 2022
3+ ### January 23, 2023
44
55<br />
66
77## Highlights
88
9- ### Public Suffix List.
9+ ### Public Suffix List
1010
1111Updated 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 {
55}
66
77group = ' io.sf.carte'
8- version = ' 3.7.1-SNAPSHOT '
8+ version = ' 3.7.1'
99
1010description = ' css4j-agent'
1111
You can’t perform that action at this time.
0 commit comments