Skip to content

Commit 9a4994b

Browse files
committed
Version 4.0
1 parent 114bf75 commit 9a4994b

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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.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
6969
higher is likely but not guaranteed).
7070

7171
- The [xml-dtd](https://github.com/css4j/xml-dtd) library; version 4.1.1 or

RELEASE_NOTES.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# css4j-agent version 3.7.1 Release Notes
1+
# css4j-agent version 4.0 Release Notes
22

3-
### January 23, 2023
3+
### March 30, 2023
44

55
<br/>
66

@@ -14,14 +14,9 @@ Updated Public Suffix List.
1414

1515
## Detail of changes
1616

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.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'io.sf.carte'
8-
version = '3.7.2-SNAPSHOT'
8+
version = '4.0'
99

1010
description = 'css4j-agent'
1111

0 commit comments

Comments
 (0)