Skip to content

Commit 68ad9a7

Browse files
committed
Merge branch 'hotfix-1.1.5'
2 parents 88acc94 + e78d33a commit 68ad9a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 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.4</version>
8+
<version>1.1.5</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>1.7.36</version>
145+
<version>2.0.4</version>
146146
</dependency>
147147

148148
<!-- Jena -->
@@ -224,7 +224,7 @@
224224
<dependency>
225225
<groupId>com.opencsv</groupId>
226226
<artifactId>opencsv</artifactId>
227-
<version>5.6</version>
227+
<version>5.7.1</version>
228228
</dependency>
229229

230230
<!-- Testing utilities -->
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>org.mockito</groupId>
239239
<artifactId>mockito-core</artifactId>
240-
<version>4.6.1</version>
240+
<version>4.8.0</version>
241241
<scope>test</scope>
242242
</dependency>
243243
<dependency>

0 commit comments

Comments
 (0)