Skip to content

Commit 912540e

Browse files
committed
updated dependency libraries
1 parent bf5aa4b commit 912540e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>R2RML Parser</name>
99
<properties>
1010
<maven.test.failure.ignore>true</maven.test.failure.ignore>
11-
<spring.framework.version>3.2.2.RELEASE</spring.framework.version>
11+
<spring.framework.version>4.0.0.RELEASE</spring.framework.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
</properties>
1414

@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>mysql</groupId>
8787
<artifactId>mysql-connector-java</artifactId>
88-
<version>5.1.25</version>
88+
<version>5.1.28</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>commons-lang</groupId>
@@ -100,19 +100,19 @@
100100
<dependency>
101101
<groupId>junit</groupId>
102102
<artifactId>junit</artifactId>
103-
<version>4.9</version>
103+
<version>4.11</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.slf4j</groupId>
108108
<artifactId>slf4j-log4j12</artifactId>
109-
<version>1.6.4</version>
109+
<version>1.7.5</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.apache.jena</groupId>
113113
<artifactId>apache-jena-libs</artifactId>
114114
<type>pom</type>
115-
<version>2.10.1</version>
115+
<version>2.11.1</version>
116116
</dependency>
117117
</dependencies>
118118

0 commit comments

Comments
 (0)