Skip to content

Commit 7cdb587

Browse files
committed
releasing version 0.3.0
1 parent 62d3a06 commit 7cdb587

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 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.9</version>
7+
<version>0.3.0</version>
88
<packaging>jar</packaging>
99

1010
<name>jkool-client-api</name>
@@ -76,19 +76,19 @@
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.datatype</groupId>
7878
<artifactId>jackson-datatype-joda</artifactId>
79-
<version>2.11.0</version>
79+
<version>2.11.3</version>
8080
</dependency>
8181
<!-- https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client -->
8282
<dependency>
8383
<groupId>org.jboss.resteasy</groupId>
8484
<artifactId>resteasy-client</artifactId>
85-
<version>4.5.3.Final</version>
85+
<version>4.5.8.Final</version>
8686
</dependency>
8787
<!-- https://mvnrepository.com/artifact/io.swagger/swagger-annotations -->
8888
<dependency>
8989
<groupId>io.swagger.core.v3</groupId>
9090
<artifactId>swagger-annotations</artifactId>
91-
<version>2.1.2</version>
91+
<version>2.1.5</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.glassfish.tyrus</groupId>

0 commit comments

Comments
 (0)