We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34f353 commit d9da11bCopy full SHA for d9da11b
pom.xml
@@ -9,8 +9,8 @@
9
<version>2.0-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
<properties>
12
- <css4j.version>4.4</css4j.version>
13
- <css4jDom4j.version>4.2</css4jDom4j.version>
+ <css4j.version>5.0</css4j.version>
+ <css4jDom4j.version>5.0</css4jDom4j.version>
14
<slf4j.version>2.0.16</slf4j.version>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
</properties>
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>io.sf.carte</groupId>
48
<artifactId>css4j-agent</artifactId>
49
- <version>4.0</version>
+ <version>5.0</version>
50
<type>jar</type>
51
<scope>compile</scope>
52
<optional>false</optional>
0 commit comments