We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440fce2 commit e78d33aCopy full SHA for e78d33a
1 file changed
pom.xml
@@ -142,7 +142,7 @@
142
<dependency>
143
<groupId>org.slf4j</groupId>
144
<artifactId>slf4j-api</artifactId>
145
- <version>1.7.36</version>
+ <version>2.0.4</version>
146
</dependency>
147
148
<!-- Jena -->
@@ -224,7 +224,7 @@
224
225
<groupId>com.opencsv</groupId>
226
<artifactId>opencsv</artifactId>
227
- <version>5.6</version>
+ <version>5.7.1</version>
228
229
230
<!-- Testing utilities -->
@@ -237,7 +237,7 @@
237
238
<groupId>org.mockito</groupId>
239
<artifactId>mockito-core</artifactId>
240
- <version>4.6.1</version>
+ <version>4.8.0</version>
241
<scope>test</scope>
242
243
0 commit comments