Skip to content

Commit 1ba23eb

Browse files
authored
Dependencies update.
1 parent f7dca23 commit 1ba23eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@
8282
<dependency>
8383
<groupId>com.fasterxml.jackson.datatype</groupId>
8484
<artifactId>jackson-datatype-joda</artifactId>
85-
<version>2.10.1</version>
85+
<version>2.10.2</version>
8686
</dependency>
8787
<!-- https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client -->
8888
<dependency>
8989
<groupId>org.jboss.resteasy</groupId>
9090
<artifactId>resteasy-client</artifactId>
91-
<version>4.4.1.Final</version>
91+
<version>4.4.2.Final</version>
9292
</dependency>
9393
<!-- https://mvnrepository.com/artifact/io.swagger/swagger-annotations -->
9494
<dependency>
9595
<groupId>io.swagger.core.v3</groupId>
9696
<artifactId>swagger-annotations</artifactId>
97-
<version>2.0.10</version>
97+
<version>2.1.1</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.glassfish.tyrus</groupId>
@@ -272,4 +272,4 @@
272272
</plugin>
273273
</plugins>
274274
</build>
275-
</project>
275+
</project>

0 commit comments

Comments
 (0)