File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
scribejava-httpclient-armeria Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 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.3 </version >
57+ <version >2.12.0 </version >
5858 </dependency >
5959 <dependency >
6060 <groupId >junit</groupId >
104104 <dependency >
105105 <groupId >com.puppycrawl.tools</groupId >
106106 <artifactId >checkstyle</artifactId >
107- <version >8.37 </version >
107+ <version >8.38 </version >
108108 </dependency >
109109 </dependencies >
110110 </plugin >
223223 <plugin >
224224 <groupId >org.apache.maven.plugins</groupId >
225225 <artifactId >maven-pmd-plugin</artifactId >
226- <version >3.13 .0</version >
226+ <version >3.14 .0</version >
227227 <dependencies >
228228 <dependency >
229229 <groupId >net.sourceforge.pmd</groupId >
269269
270270 <properties >
271271 <java .release>7</java .release>
272- <pmdVersion >6.29 .0</pmdVersion >
272+ <pmdVersion >6.30 .0</pmdVersion >
273273 </properties >
274274
275275 <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.2 .0</version >
26+ <version >1.3 .0</version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.scribejava</groupId >
You can’t perform that action at this time.
0 commit comments