Skip to content

Commit c2ca38c

Browse files
authored
[CI-4579] Update dependncy version (#162)
1 parent 347a43a commit c2ca38c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constructorio-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.squareup.okhttp3</groupId>
2323
<artifactId>okhttp</artifactId>
24-
<version>4.10.0</version>
24+
<version>4.12.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.apache.commons</groupId>
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>com.squareup.okhttp3</groupId>
3838
<artifactId>logging-interceptor</artifactId>
39-
<version>4.10.0</version>
39+
<version>4.12.0</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.squareup.okhttp3</groupId>
4444
<artifactId>mockwebserver</artifactId>
45-
<version>4.10.0</version>
45+
<version>4.12.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>

0 commit comments

Comments
 (0)