Skip to content

Commit d29b1a2

Browse files
committed
releasing version 0.2.8
1 parent 82bd1a4 commit d29b1a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.jkoolcloud.client.api</groupId>
66
<artifactId>jkool-client-api</artifactId>
7-
<version>0.2.7</version>
7+
<version>0.2.8</version>
88
<packaging>jar</packaging>
99

1010
<name>jkool-client-api</name>
@@ -82,24 +82,24 @@
8282
<dependency>
8383
<groupId>com.fasterxml.jackson.datatype</groupId>
8484
<artifactId>jackson-datatype-joda</artifactId>
85-
<version>2.10.2</version>
85+
<version>2.10.3</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.2.Final</version>
91+
<version>4.5.3.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.1.1</version>
97+
<version>2.1.2</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.glassfish.tyrus</groupId>
101101
<artifactId>tyrus-container-grizzly-client</artifactId>
102-
<version>1.15</version>
102+
<version>1.16</version>
103103
</dependency>
104104
<!-- https://mvnrepository.com/artifact/org.glassfish/javax.json -->
105105
<dependency>

0 commit comments

Comments
 (0)