Skip to content

Commit 270d295

Browse files
committed
Update decisioncenter-dependencies.xml
1 parent fda95f8 commit 270d295

File tree

1 file changed

+59
-17
lines changed

1 file changed

+59
-17
lines changed

decisioncenter/decisioncenter-dependencies.xml

Lines changed: 59 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,22 @@
113113
<dependency>
114114
<groupId>org.eclipse.emf</groupId>
115115
<artifactId>org.eclipse.emf.common</artifactId>
116-
<version>2.31.0</version>
116+
<version>2.30.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.eclipse.emf</groupId>
120120
<artifactId>org.eclipse.emf.ecore</artifactId>
121-
<version>2.37.0</version>
121+
<version>2.36.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.emf.ecore</groupId>
125125
<artifactId>edit</artifactId>
126-
<version>2.3.0-v200706262000</version>
126+
<version>2.14.0</version>
127+
</dependency>
128+
<dependency>
129+
<groupId>org.eclipse.emf</groupId>
130+
<artifactId>edit</artifactId>
131+
<version>2.21.0</version>
127132
</dependency>
128133
<dependency>
129134
<groupId>org.eclipse.emf</groupId>
@@ -148,27 +153,64 @@
148153
<dependency>
149154
<groupId>commons-codec</groupId>
150155
<artifactId>commons-codec</artifactId>
151-
<version>1.13</version>
156+
<version>1.15</version>
152157
</dependency>
158+
153159
<dependency>
154-
<groupId>commons-digester</groupId>
155-
<artifactId>commons-digester</artifactId>
156-
<version>1.6</version>
160+
<groupId>commons-lang3</groupId>
161+
<artifactId>ccommons-lang3</artifactId>
162+
<version>3.14.0</version>
157163
</dependency>
158164
<dependency>
159-
<groupId>commons-el</groupId>
160-
<artifactId>commons-el</artifactId>
161-
<version>1.0</version>
165+
<groupId>commons-lang</groupId>
166+
<artifactId>commons-lang</artifactId>
167+
<version>2.6</version>
168+
</dependency>
169+
<dependency>
170+
<groupId>infinispan-commons</groupId>
171+
<artifactId>infinispan-commons</artifactId>
172+
<version>4.2</version>
162173
</dependency>
174+
<dependency>
175+
<groupId>commons-math3</groupId>
176+
<artifactId>commons-math3</artifactId>
177+
<version>15.0.0.Final</version>
178+
</dependency>
179+
180+
<dependency>
181+
<groupId>commons-collections4</groupId>
182+
<artifactId>commons-collections4</artifactId>
183+
<version>4.2</version>
184+
</dependency>
185+
186+
<dependency>
187+
<groupId>commons-compress</groupId>
188+
<artifactId>commons-compress</artifactId>
189+
<version>1.26.1</version>
190+
</dependency>
191+
192+
<dependency>
193+
<groupId>commons-fileupload</groupId>
194+
<artifactId>commons-fileupload</artifactId>
195+
<version>1.5</version>
196+
</dependency>
197+
163198
<dependency>
164199
<groupId>commons-logging</groupId>
165200
<artifactId>commons-logging</artifactId>
166201
<version>1.1</version>
167202
</dependency>
203+
204+
<dependency>
205+
<groupId>commons-io</groupId>
206+
<artifactId>commons-io</artifactId>
207+
<version>1.1</version>
208+
</dependency>
209+
168210
<dependency>
169211
<groupId>com.google.guava</groupId>
170212
<artifactId>guava</artifactId>
171-
<version>30.1-jre</version>
213+
<version>32.0.1-jre</version>
172214
</dependency>
173215
<dependency>
174216
<groupId>org.apache.httpcomponents</groupId>
@@ -188,7 +230,7 @@
188230
<dependency>
189231
<groupId>com.fasterxml.jackson.core</groupId>
190232
<artifactId>jackson-core</artifactId>
191-
<version>2.13.4</version>
233+
<version>2.16.0</version>
192234
</dependency>
193235
<dependency>
194236
<groupId>javax.servlet</groupId>
@@ -238,27 +280,27 @@
238280
<dependency>
239281
<groupId>org.springframework</groupId>
240282
<artifactId>spring-context-support</artifactId>
241-
<version>5.3.20</version>
283+
<version>5.3.34</version>
242284
</dependency>
243285
<dependency>
244286
<groupId>org.springframework</groupId>
245287
<artifactId>spring-core</artifactId>
246-
<version>5.3.20</version>
288+
<version>5.3.34</version>
247289
</dependency>
248290
<dependency>
249291
<groupId>org.springframework</groupId>
250292
<artifactId>spring-expression</artifactId>
251-
<version>5.3.20</version>
293+
<version>5.3.34</version>
252294
</dependency>
253295
<dependency>
254296
<groupId>org.springframework</groupId>
255297
<artifactId>spring-web</artifactId>
256-
<version>5.3.20</version>
298+
<version>5.3.34</version>
257299
</dependency>
258300
<dependency>
259301
<groupId>org.springframework</groupId>
260302
<artifactId>spring-webmvc</artifactId>
261-
<version>5.3.20</version>
303+
<version>5.3.34</version>
262304
</dependency>
263305
<dependency>
264306
<groupId>org.apache.ws.commons.schema</groupId>

0 commit comments

Comments
 (0)