Skip to content

Commit ca4f0c3

Browse files
committed
Merge branch 'hotfix-1.1.7'
2 parents 440b72d + bfc82cb commit ca4f0c3

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

pom.xml

Lines changed: 8 additions & 3 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.6</version>
8+
<version>1.1.7</version>
99
<inceptionYear>2003</inceptionYear>
1010
<description>
1111
<![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.slf4j</groupId>
144144
<artifactId>slf4j-api</artifactId>
145-
<version>2.0.4</version>
145+
<version>1.7.36</version>
146146
</dependency>
147147

148148
<!-- Jena -->
@@ -221,6 +221,11 @@
221221
<!--suppress MavenPackageUpdate -->
222222
<version>1.4.01</version>
223223
</dependency>
224+
<dependency>
225+
<groupId>xerces</groupId>
226+
<artifactId>xercesImpl</artifactId>
227+
<version>2.12.2</version>
228+
</dependency>
224229
<dependency>
225230
<groupId>com.opencsv</groupId>
226231
<artifactId>opencsv</artifactId>
@@ -237,7 +242,7 @@
237242
<dependency>
238243
<groupId>org.mockito</groupId>
239244
<artifactId>mockito-core</artifactId>
240-
<version>4.8.0</version>
245+
<version>4.11.0</version>
241246
<scope>test</scope>
242247
</dependency>
243248
<dependency>

0 commit comments

Comments
 (0)