We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3122d95 + 85e0b7a commit cd502faCopy full SHA for cd502fa
.gitignore
@@ -0,0 +1,9 @@
1
+# Maven
2
+target
3
+
4
+# IntelliJ IDEA
5
+.idea
6
+*.iml
7
8
+# OS X
9
+.DS_Store
pom.xml
@@ -137,7 +137,7 @@
137
<properties>
138
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
139
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
140
- <okhttp.version>2.0.1-SNAPSHOT</okhttp.version>
+ <okhttp.version>2.1.0</okhttp.version>
141
<netty.version>5.0.0.Alpha2-SNAPSHOT</netty.version>
142
<jetty.alpn.version>8.0.0.v20140317</jetty.alpn.version>
143
<jetty.alpn.path>
0 commit comments