Skip to content

Commit cb5c8d7

Browse files
author
Miel Vander Sande
committed
Updated packages
1 parent 473bd4c commit cb5c8d7

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

pom.xml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.linkeddatafragments</groupId>
55
<artifactId>ldfserver</artifactId>
6-
<version>0.2.2</version>
6+
<version>0.2.3</version>
77
<packaging>war</packaging>
88
<name>Linked Data Fragments Server</name>
99
<url>http://linkeddatafragments.org</url>
@@ -54,33 +54,39 @@
5454
</contributor>
5555
</contributors>
5656
<properties>
57+
<jenaVersion>3.13.1</jenaVersion>
5758
<jettyVersion>9.4.9.v20180320</jettyVersion>
5859
</properties>
5960
<dependencies>
6061
<dependency>
6162
<groupId>org.apache.jena</groupId>
6263
<artifactId>jena-core</artifactId>
63-
<version>3.11.0</version>
64+
<version>${jenaVersion}</version>
6465
</dependency>
6566
<dependency>
6667
<groupId>org.apache.jena</groupId>
6768
<artifactId>jena-arq</artifactId>
68-
<version>3.11.0</version>
69+
<version>${jenaVersion}</version>
70+
</dependency>
71+
<dependency>
72+
<groupId>org.apache.jena</groupId>
73+
<artifactId>jena-tdb</artifactId>
74+
<version>${jenaVersion}</version>
6975
</dependency>
7076
<dependency>
7177
<groupId>org.apache.httpcomponents</groupId>
7278
<artifactId>httpclient</artifactId>
73-
<version>4.3.6</version>
79+
<version>4.5.10</version>
7480
</dependency>
7581
<dependency>
7682
<groupId>com.google.code.gson</groupId>
7783
<artifactId>gson</artifactId>
78-
<version>2.7</version>
84+
<version>2.8.6</version>
7985
</dependency>
8086
<dependency>
8187
<groupId>javax.servlet</groupId>
8288
<artifactId>javax.servlet-api</artifactId>
83-
<version>3.1.0</version>
89+
<version>4.0.1</version>
8490
<scope>compile</scope>
8591
</dependency>
8692
<dependency>
@@ -96,12 +102,12 @@
96102
<dependency>
97103
<groupId>commons-cli</groupId>
98104
<artifactId>commons-cli</artifactId>
99-
<version>1.3.1</version>
105+
<version>1.4</version>
100106
</dependency>
101107
<dependency>
102108
<groupId>org.apache.commons</groupId>
103109
<artifactId>commons-lang3</artifactId>
104-
<version>3.4</version>
110+
<version>3.9</version>
105111
<type>jar</type>
106112
</dependency>
107113
<dependency>
@@ -110,11 +116,6 @@
110116
<version>2.6</version>
111117
<type>jar</type>
112118
</dependency>
113-
<dependency>
114-
<groupId>org.apache.jena</groupId>
115-
<artifactId>jena-tdb</artifactId>
116-
<version>3.11.0</version>
117-
</dependency>
118119
<dependency>
119120
<groupId>org.rdfhdt</groupId>
120121
<artifactId>hdt-jena</artifactId>
@@ -123,22 +124,22 @@
123124
<dependency>
124125
<groupId>org.freemarker</groupId>
125126
<artifactId>freemarker</artifactId>
126-
<version>2.3.25-incubating</version>
127+
<version>2.3.29</version>
127128
</dependency>
128129
<dependency>
129130
<groupId>org.slf4j</groupId>
130131
<artifactId>slf4j-api</artifactId>
131-
<version>1.7.21</version>
132+
<version>1.7.28</version>
132133
</dependency>
133134
<dependency>
134135
<groupId>org.slf4j</groupId>
135136
<artifactId>slf4j-simple</artifactId>
136-
<version>1.7.10</version>
137+
<version>1.7.28</version>
137138
</dependency>
138139
<dependency>
139140
<groupId>junit</groupId>
140141
<artifactId>junit</artifactId>
141-
<version>4.11</version>
142+
<version>4.12</version>
142143
<scope>test</scope>
143144
</dependency>
144145
</dependencies>

0 commit comments

Comments
 (0)