File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
scribejava-httpclient-armeria
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 6060 <dependency >
6161 <groupId >junit</groupId >
6262 <artifactId >junit</artifactId >
63- <version >4.13.1 </version >
63+ <version >4.13.2 </version >
6464 <scope >test</scope >
6565 </dependency >
6666 <dependency >
6767 <groupId >com.squareup.okhttp3</groupId >
6868 <artifactId >mockwebserver</artifactId >
69- <version >4.9.0 </version >
69+ <version >4.9.1 </version >
7070 <scope >test</scope >
7171 </dependency >
7272 </dependencies >
100100 <plugin >
101101 <groupId >org.apache.maven.plugins</groupId >
102102 <artifactId >maven-checkstyle-plugin</artifactId >
103- <version >3.1.1 </version >
103+ <version >3.1.2 </version >
104104 <dependencies >
105105 <dependency >
106106 <groupId >com.puppycrawl.tools</groupId >
107107 <artifactId >checkstyle</artifactId >
108- <version >8.39 </version >
108+ <version >8.40 </version >
109109 </dependency >
110110 </dependencies >
111111 </plugin >
271271
272272 <properties >
273273 <java .release>7</java .release>
274- <pmdVersion >6.30 .0</pmdVersion >
274+ <pmdVersion >6.31 .0</pmdVersion >
275275 </properties >
276276
277277 <profiles >
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.3 .0</version >
26+ <version >1.5 .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.9.0 </version >
26+ <version >4.9.1 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.scribejava</groupId >
You can’t perform that action at this time.
0 commit comments