We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba10567 commit f328407Copy full SHA for f328407
2 files changed
examples/async-thumbnails/pom.xml
@@ -61,6 +61,17 @@
61
<groupId>io.minio</groupId>
62
<artifactId>minio</artifactId>
63
<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
73
74
+ <version>4.9.3</version>
75
</dependency>
76
<dependency>
77
<groupId>com.fnproject.fn</groupId>
release.version
@@ -1 +1 @@
1
-1.0.143
+1.0.144
0 commit comments