File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525dependencies {
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 }
You can’t perform that action at this time.
0 commit comments