Skip to content

Commit 86a4854

Browse files
committed
update dependencies
1 parent bcbcca1 commit 86a4854

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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>
@@ -104,7 +104,7 @@
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>
@@ -223,7 +223,7 @@
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>
@@ -269,7 +269,7 @@
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>

scribejava-httpclient-armeria/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

0 commit comments

Comments
 (0)