File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed
scribejava-core/src/main/java/com/github/scribejava/core/model
scribejava-httpclient-ahc
scribejava-httpclient-apache
scribejava-httpclient-okhttp Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 9393 <module name =" ParameterName" />
9494 <module name =" StaticVariableName" />
9595 <module name =" TypeName" />
96- <module name =" LineLength" >
97- <property name =" max" value =" 120" />
98- <property name =" ignorePattern" value =" ^ *\* *[^ ]+$" />
99- </module >
10096 <module name =" OuterTypeNumber" />
10197 <module name =" GenericWhitespace" />
10298 <module name =" MethodParamPad" />
107103 <property name =" tokens" value =" ASSIGN" />
108104 </module >
109105 </module >
106+ <module name =" LineLength" >
107+ <property name =" max" value =" 120" />
108+ <property name =" ignorePattern" value =" ^ *\* *[^ ]+$" />
109+ </module >
110110 <module name =" NewlineAtEndOfFile" >
111111 <property name =" lineSeparator" value =" lf" />
112112 </module >
Original file line number Diff line number Diff line change 5656 <dependency >
5757 <groupId >com.fasterxml.jackson.core</groupId >
5858 <artifactId >jackson-databind</artifactId >
59- <version >2.9.9.3 </version >
59+ <version >2.10.0 </version >
6060 </dependency >
6161 <dependency >
6262 <groupId >junit</groupId >
6767 <dependency >
6868 <groupId >com.squareup.okhttp3</groupId >
6969 <artifactId >mockwebserver</artifactId >
70- <version >4.1 .0</version >
70+ <version >4.2 .0</version >
7171 <scope >test</scope >
7272 </dependency >
7373 </dependencies >
7777 <plugin >
7878 <groupId >org.apache.felix</groupId >
7979 <artifactId >maven-bundle-plugin</artifactId >
80- <version >4.2.0 </version >
80+ <version >4.2.1 </version >
8181 <executions >
8282 <execution >
8383 <id >bundle-manifest</id >
106106 <dependency >
107107 <groupId >com.puppycrawl.tools</groupId >
108108 <artifactId >checkstyle</artifactId >
109- <version >8.23 </version >
109+ <version >8.25 </version >
110110 </dependency >
111111 </dependencies >
112112 </plugin >
Original file line number Diff line number Diff line change 88 * <p>
99 * http://tools.ietf.org/html/rfc6749#section-5.1
1010 *
11- * @see <a href="https://tools.ietf.org/html/rfc6749#section-4.1.4">OAuth 2 Access Token Specification</a></p>
11+ * @see <a href="https://tools.ietf.org/html/rfc6749#section-4.1.4">OAuth 2 Access Token Specification</a>
12+ * </p>
1213 */
1314public class OAuth2AccessToken extends Token {
1415
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >org.asynchttpclient</groupId >
2525 <artifactId >async-http-client</artifactId >
26- <version >2.10.1 </version >
26+ <version >2.10.3 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.scribejava</groupId >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >org.apache.httpcomponents</groupId >
2525 <artifactId >httpclient</artifactId >
26- <version >4.5.9 </version >
26+ <version >4.5.10 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.squareup.okhttp3</groupId >
2525 <artifactId >okhttp</artifactId >
26- <version >4.1 .0</version >
26+ <version >4.2 .0</version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.scribejava</groupId >
You can’t perform that action at this time.
0 commit comments