Skip to content

Commit f328407

Browse files
author
CI
committed
Releasing version 1.0.144
1 parent ba10567 commit f328407

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

examples/async-thumbnails/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@
6161
<groupId>io.minio</groupId>
6262
<artifactId>minio</artifactId>
6363
<version>7.1.3</version>
64+
<exclusions>
65+
<exclusion>
66+
<groupId>com.squareup.okhttp3</groupId>
67+
<artifactId>okhttp</artifactId>
68+
</exclusion>
69+
</exclusions>
70+
</dependency>
71+
<dependency>
72+
<groupId>com.squareup.okhttp3</groupId>
73+
<artifactId>okhttp</artifactId>
74+
<version>4.9.3</version>
6475
</dependency>
6576
<dependency>
6677
<groupId>com.fnproject.fn</groupId>

release.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.143
1+
1.0.144

0 commit comments

Comments
 (0)