1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-04 04:19:35 +00:00

bump dependencies

This commit is contained in:
bgamard
2023-03-19 14:28:22 +01:00
parent c8a67177d8
commit 1aa21c3762
14 changed files with 47 additions and 82 deletions

View File

@@ -48,8 +48,8 @@
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
@@ -122,11 +122,6 @@
<artifactId>lucene-highlighter</artifactId>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>