File tree Expand file tree Collapse file tree
scribejava-httpclient-apache
scribejava-httpclient-armeria
scribejava-httpclient-okhttp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 <dependency >
5555 <groupId >com.fasterxml.jackson.core</groupId >
5656 <artifactId >jackson-databind</artifactId >
57- <version >2.11.2 </version >
57+ <version >2.11.3 </version >
5858 </dependency >
5959 <dependency >
6060 <groupId >junit</groupId >
6161 <artifactId >junit</artifactId >
62- <version >4.13</version >
62+ <version >4.13.1 </version >
6363 <scope >test</scope >
6464 </dependency >
6565 <dependency >
6666 <groupId >com.squareup.okhttp3</groupId >
6767 <artifactId >mockwebserver</artifactId >
68- <version >4.8.1 </version >
68+ <version >4.9.0 </version >
6969 <scope >test</scope >
7070 </dependency >
7171 </dependencies >
104104 <dependency >
105105 <groupId >com.puppycrawl.tools</groupId >
106106 <artifactId >checkstyle</artifactId >
107- <version >8.36 </version >
107+ <version >8.37 </version >
108108 </dependency >
109109 </dependencies >
110110 </plugin >
269269
270270 <properties >
271271 <java .release>7</java .release>
272- <pmdVersion >6.27 .0</pmdVersion >
272+ <pmdVersion >6.29 .0</pmdVersion >
273273 </properties >
274274
275275 <profiles >
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.12 </version >
26+ <version >4.5.13 </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.linecorp.armeria</groupId >
2525 <artifactId >armeria</artifactId >
26- <version >1.0 .0</version >
26+ <version >1.2 .0</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 >com.squareup.okhttp3</groupId >
2525 <artifactId >okhttp</artifactId >
26- <version >4.8.1 </version >
26+ <version >4.9.0 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.scribejava</groupId >
You can’t perform that action at this time.
0 commit comments