Skip to content

Commit 245b829

Browse files
committed
Release 3.7.1
1 parent cbc3e9c commit 245b829

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/).

RELEASE_NOTES.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
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

1111
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

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.1-SNAPSHOT'
8+
version = '3.7.1'
99

1010
description = 'css4j-agent'
1111

0 commit comments

Comments
 (0)