We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3439091 commit 1766c37Copy full SHA for 1766c37
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.sf.carte</groupId>
8
<artifactId>css4j-dist</artifactId>
9
- <version>3.5.0</version>
+ <version>3.5.1</version>
10
</parent>
11
12
<artifactId>css4j-agent</artifactId>
@@ -23,7 +23,7 @@
23
<dependency>
24
25
<artifactId>xml-dtd</artifactId>
26
- <version>${project.parent.version}</version>
+ <version>[3.5.1,)</version>
27
<type>jar</type>
28
<scope>compile</scope>
29
<optional>false</optional>
@@ -48,7 +48,7 @@
48
49
<groupId>org.slf4j</groupId>
50
<artifactId>slf4j-api</artifactId>
51
- <version>1.7.30</version>
+ <version>[1.7.28,)</version>
52
53
54
</dependency>
0 commit comments