File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
scribejava-httpclient-ahc
scribejava-httpclient-okhttp Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8686 <dependency >
8787 <groupId >com.google.code.gson</groupId >
8888 <artifactId >gson</artifactId >
89- <version >2.8.1 </version >
89+ <version >2.8.2 </version >
9090 <scope >test</scope >
9191 </dependency >
9292 <dependency >
9393 <groupId >commons-codec</groupId >
9494 <artifactId >commons-codec</artifactId >
95- <version >1.10 </version >
95+ <version >1.11 </version >
9696 <scope >compile</scope >
9797 <optional >true</optional >
9898 </dependency >
132132 <dependency >
133133 <groupId >com.puppycrawl.tools</groupId >
134134 <artifactId >checkstyle</artifactId >
135- <version >8.0 </version >
135+ <version >8.3 </version >
136136 </dependency >
137137 </dependencies >
138138 </plugin >
148148 <plugins >
149149 <plugin >
150150 <artifactId >maven-compiler-plugin</artifactId >
151- <version >3.6.1 </version >
151+ <version >3.7.0 </version >
152152 <configuration >
153153 <encoding >UTF-8</encoding >
154154 <source >1.8</source >
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.0.33 </version >
26+ <version >2.0.37 </version >
2727 </dependency >
2828 </dependencies >
2929
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.squareup.okhttp3</groupId >
2525 <artifactId >okhttp</artifactId >
26- <version >3.8.1 </version >
26+ <version >3.9.0 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.squareup.okhttp3</groupId >
3030 <artifactId >mockwebserver</artifactId >
31- <version >3.8.1 </version >
31+ <version >3.9.0 </version >
3232 <scope >test</scope >
3333 </dependency >
3434 </dependencies >
You can’t perform that action at this time.
0 commit comments