Skip to content

Commit c07422b

Browse files
committed
⬆️ Update gson, java-jwt, and tika-core dependencies to latest versions
1 parent abce336 commit c07422b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>com.google.code.gson</groupId>
232232
<artifactId>gson</artifactId>
233-
<version>2.11.0</version>
233+
<version>2.12.1</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>com.jayway.jsonpath</groupId>
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>com.auth0</groupId>
247247
<artifactId>java-jwt</artifactId>
248-
<version>4.4.0</version>
248+
<version>4.5.0</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>commons-codec</groupId>
@@ -295,7 +295,7 @@
295295
<dependency>
296296
<groupId>org.apache.tika</groupId>
297297
<artifactId>tika-core</artifactId>
298-
<version>3.0.0</version>
298+
<version>3.1.0</version>
299299
</dependency>
300300
<dependency>
301301
<groupId>io.dropwizard.metrics</groupId>

0 commit comments

Comments
 (0)