| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -133,7 +133,7 @@ You can pull ScribeJava from the central maven repository, just add these to you | |||
| 133 | 133 | <dependency> | |
| 134 | 134 | <groupId>com.github.scribejava</groupId> | |
| 135 | 135 | <artifactId>scribejava-apis</artifactId> | |
| 136 | - <version>7.0.0</version> | ||
| 136 | + <version>7.1.1</version> | ||
| 137 | 137 | </dependency> | |
| 138 | 138 | ``` | |
| 139 | 139 | ||
@@ -142,7 +142,7 @@ And in case you need just core classes (that's it, without any external API (FB, | |||
| 142 | 142 | <dependency> | |
| 143 | 143 | <groupId>com.github.scribejava</groupId> | |
| 144 | 144 | <artifactId>scribejava-core</artifactId> | |
| 145 | - <version>7.0.0</version> | ||
| 145 | + <version>7.1.1</version> | ||
| 146 | 146 | </dependency> | |
| 147 | 147 | ``` | |
| 148 | 148 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - [SNAPSHOT] | ||
| 1 | + [7.1.1] | ||
| 2 | 2 | * add Proxy support (via config's option) to internal JDKHttpClient (thanks to https://github.com/bjournaud) | |
| 3 | 3 | * fix typo (change "Verfier" to "Verifier") (thanks to https://github.com/afkbrb) | |
| 4 | 4 | * fix Multipart support in JDKHttpClient (thanks to https://github.com/eos1d3) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments