File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ 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.9.1 or higher is recommended (compatibility with 4 .0 or
68
+ dependencies); version 4.0 or higher is recommended (compatibility with 5 .0 or
69
69
higher is likely but not guaranteed).
70
70
71
71
- The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 4.1.1 or
Original file line number Diff line number Diff line change 1
- # css4j-agent version 3.7.1 Release Notes
1
+ # css4j-agent version 4.0 Release Notes
2
2
3
- ### January 23 , 2023
3
+ ### March 30 , 2023
4
4
5
5
<br />
6
6
@@ -14,14 +14,9 @@ Updated Public Suffix List.
14
14
15
15
## Detail of changes
16
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
17
+ - Update to latest public suffix list.
18
+ - Upgrade to css4j 4.0
19
+ - Upgrade to slf4j-api 2.0.7
20
+ - Upgrade to extra-java-module-info 1.3
21
+ - Upgrade Gradle wrapper to 8.0.2
22
+ - Tests: convert the tests to JUnit 5.
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.2-SNAPSHOT '
8
+ version = ' 4.0 '
9
9
10
10
description = ' css4j-agent'
11
11
You can’t perform that action at this time.
0 commit comments