Skip to content

Commit a1368bb

Browse files
committed
update deps
1 parent 8d62f0c commit a1368bb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@
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>
@@ -132,7 +132,7 @@
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>
@@ -148,7 +148,7 @@
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>

scribejava-httpclient-ahc/pom.xml

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

scribejava-httpclient-okhttp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
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>

0 commit comments

Comments
 (0)