Skip to content

Commit 1766c37

Browse files
committed
POM: bump parent POM version to 3.5.1.
1 parent 3439091 commit 1766c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.sf.carte</groupId>
88
<artifactId>css4j-dist</artifactId>
9-
<version>3.5.0</version>
9+
<version>3.5.1</version>
1010
</parent>
1111
<groupId>io.sf.carte</groupId>
1212
<artifactId>css4j-agent</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.sf.carte</groupId>
2525
<artifactId>xml-dtd</artifactId>
26-
<version>${project.parent.version}</version>
26+
<version>[3.5.1,)</version>
2727
<type>jar</type>
2828
<scope>compile</scope>
2929
<optional>false</optional>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.slf4j</groupId>
5050
<artifactId>slf4j-api</artifactId>
51-
<version>1.7.30</version>
51+
<version>[1.7.28,)</version>
5252
<scope>compile</scope>
5353
<optional>false</optional>
5454
</dependency>

0 commit comments

Comments
 (0)