Skip to content

Commit 1b05a0b

Browse files
committed
update
1 parent 0dab9ae commit 1b05a0b

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
@@ -8,7 +8,7 @@
88

99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>rest-client</artifactId>
11-
<version>0.1.2</version>
11+
<version>0.1.3</version>
1212
<name>RestClient</name>
1313
<packaging>jar</packaging>
1414

@@ -24,17 +24,17 @@
2424
<dependency>
2525
<groupId>info.unterrainer.commons</groupId>
2626
<artifactId>serialization</artifactId>
27-
<version>0.2.3</version>
27+
<version>0.2.4</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.squareup.okhttp3</groupId>
3131
<artifactId>okhttp</artifactId>
32-
<version>4.9.3</version>
32+
<version>4.12.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.squareup.okio</groupId>
3636
<artifactId>okio</artifactId>
37-
<version>2.10.0</version>
37+
<version>3.6.0</version>
3838
</dependency>
3939
</dependencies>
4040
</project>

0 commit comments

Comments
 (0)