|
5 | 5 | <name>baseCode</name> |
6 | 6 | <groupId>baseCode</groupId> |
7 | 7 | <artifactId>baseCode</artifactId> |
8 | | - <version>1.1.5</version> |
| 8 | + <version>1.1.6</version> |
9 | 9 | <inceptionYear>2003</inceptionYear> |
10 | 10 | <description> |
11 | 11 | <![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]> |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>org.apache.poi</groupId> |
51 | 51 | <artifactId>poi</artifactId> |
52 | | - <version>5.2.2</version> |
| 52 | + <version>5.2.3</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>colt</groupId> |
|
61 | 61 | <dependency> |
62 | 62 | <groupId>commons-net</groupId> |
63 | 63 | <artifactId>commons-net</artifactId> |
64 | | - <version>3.8.0</version> |
| 64 | + <version>3.9.0</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>org.apache.commons</groupId> |
|
93 | 93 | <dependency> |
94 | 94 | <groupId>org.apache.httpcomponents</groupId> |
95 | 95 | <artifactId>httpcore</artifactId> |
96 | | - <version>4.4.15</version> |
| 96 | + <version>4.4.16</version> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>org.apache.httpcomponents</groupId> |
100 | 100 | <artifactId>httpclient</artifactId> |
101 | | - <version>4.5.13</version> |
| 101 | + <version>4.5.14</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <!-- R engine --> |
|
212 | 212 | <dependency> |
213 | 213 | <groupId>org.jfree</groupId> |
214 | 214 | <artifactId>jfreechart</artifactId> |
215 | | - <version>1.5.3</version> |
| 215 | + <version>1.5.4</version> |
216 | 216 | </dependency> |
217 | 217 | <!-- xml-apis is dependent on jena --> |
218 | 218 | <dependency> |
|
243 | 243 | <dependency> |
244 | 244 | <groupId>org.apache.logging.log4j</groupId> |
245 | 245 | <artifactId>log4j-core</artifactId> |
246 | | - <version>2.17.2</version> |
| 246 | + <version>2.19.0</version> |
247 | 247 | <scope>test</scope> |
248 | 248 | </dependency> |
249 | 249 | <dependency> |
250 | 250 | <groupId>org.apache.logging.log4j</groupId> |
251 | 251 | <artifactId>log4j-slf4j-impl</artifactId> |
252 | | - <version>2.17.2</version> |
| 252 | + <version>2.19.0</version> |
253 | 253 | <scope>test</scope> |
254 | 254 | </dependency> |
255 | 255 | </dependencies> |
|
0 commit comments