Skip to content

Commit 440b72d

Browse files
committed
Merge branch 'hotfix-1.1.6'
2 parents 68ad9a7 + e9dd6b7 commit 440b72d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>baseCode</name>
66
<groupId>baseCode</groupId>
77
<artifactId>baseCode</artifactId>
8-
<version>1.1.5</version>
8+
<version>1.1.6</version>
99
<inceptionYear>2003</inceptionYear>
1010
<description>
1111
<![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.poi</groupId>
5151
<artifactId>poi</artifactId>
52-
<version>5.2.2</version>
52+
<version>5.2.3</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>colt</groupId>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>commons-net</groupId>
6363
<artifactId>commons-net</artifactId>
64-
<version>3.8.0</version>
64+
<version>3.9.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.commons</groupId>
@@ -93,12 +93,12 @@
9393
<dependency>
9494
<groupId>org.apache.httpcomponents</groupId>
9595
<artifactId>httpcore</artifactId>
96-
<version>4.4.15</version>
96+
<version>4.4.16</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.httpcomponents</groupId>
100100
<artifactId>httpclient</artifactId>
101-
<version>4.5.13</version>
101+
<version>4.5.14</version>
102102
</dependency>
103103

104104
<!-- R engine -->
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>org.jfree</groupId>
214214
<artifactId>jfreechart</artifactId>
215-
<version>1.5.3</version>
215+
<version>1.5.4</version>
216216
</dependency>
217217
<!-- xml-apis is dependent on jena -->
218218
<dependency>
@@ -243,13 +243,13 @@
243243
<dependency>
244244
<groupId>org.apache.logging.log4j</groupId>
245245
<artifactId>log4j-core</artifactId>
246-
<version>2.17.2</version>
246+
<version>2.19.0</version>
247247
<scope>test</scope>
248248
</dependency>
249249
<dependency>
250250
<groupId>org.apache.logging.log4j</groupId>
251251
<artifactId>log4j-slf4j-impl</artifactId>
252-
<version>2.17.2</version>
252+
<version>2.19.0</version>
253253
<scope>test</scope>
254254
</dependency>
255255
</dependencies>

0 commit comments

Comments
 (0)