Skip to content

Commit 665b684

Browse files
committed
Depend on css4j 3.7.1 or later to build.
1 parent eec3c8c commit 665b684

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ and optional library packages are the following:
6969
### Compile-time dependencies
7070

7171
- The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive
72-
dependencies); version 3.6.1 or higher is recommended (compatibility with 4.0 or
73-
higher is not guaranteed):
72+
dependencies); version 3.7.1 or higher is recommended (compatibility with 4.0 or
73+
higher is not guaranteed).
7474

7575
- The [css4j-agent](https://github.com/css4j/css4j-agent/releases) library;
7676
version 3.6.0 or higher is recommended (compatibility with 4.0 or higher is

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# css4j-dom4j version 3.7.0 Release Notes
22

3-
### ??? ??, 2022
3+
### February 15, 2022
44

55
<br/>
66

77
## Release Highlights
88

9-
css4j-dom4j now requires css4j 3.7.0 or later to build, but can use previous 3.x
10-
versions at runtime.
9+
- `getSheet()` now returns null if the sheet's Content-Type is invalid.
10+
11+
- css4j-dom4j now requires css4j 3.7.1 or later to build, but can use previous
12+
3.x versions at runtime.
1113

1214

1315
## Project Sites

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ java {
2525
dependencies {
2626
api('io.sf.carte:css4j') {
2727
version {
28-
strictly '[3.7.0,)'
28+
strictly '[3.7.1,)'
2929
prefer '3.7.1'
3030
}
3131
}
@@ -49,7 +49,7 @@ dependencies {
4949
xmlpullImplementation 'xpp3:xpp3_min:1.2.0'
5050
testImplementation(group: 'io.sf.carte', name: 'css4j', classifier: 'tests') {
5151
version {
52-
strictly '[3.7.0,)'
52+
strictly '[3.7.1,)'
5353
prefer '3.7.1'
5454
}
5555
}

0 commit comments

Comments
 (0)