Skip to content

Commit dace89c

Browse files
committed
update some deps
1 parent a4ce215 commit dace89c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.squareup.okhttp3</groupId>
102102
<artifactId>mockwebserver</artifactId>
103-
<version>3.9.0</version>
103+
<version>3.9.1</version>
104104
<scope>test</scope>
105105
</dependency>
106106
</dependencies>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>com.puppycrawl.tools</groupId>
141141
<artifactId>checkstyle</artifactId>
142-
<version>8.3</version>
142+
<version>8.4</version>
143143
</dependency>
144144
</dependencies>
145145
</plugin>

scribejava-httpclient-okhttp/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.squareup.okhttp3</groupId>
2525
<artifactId>okhttp</artifactId>
26-
<version>3.9.0</version>
26+
<version>3.9.1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.github.scribejava</groupId>

0 commit comments

Comments
 (0)