We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab6954 commit 18aa97bCopy full SHA for 18aa97b
2 files changed
pom.xml
@@ -132,7 +132,7 @@
132
<dependency>
133
<groupId>com.puppycrawl.tools</groupId>
134
<artifactId>checkstyle</artifactId>
135
- <version>7.2</version>
+ <version>7.3</version>
136
</dependency>
137
</dependencies>
138
</plugin>
scribejava-httpclient-okhttp/pom.xml
@@ -23,12 +23,12 @@
23
24
<groupId>com.squareup.okhttp3</groupId>
25
<artifactId>okhttp</artifactId>
26
- <version>3.4.2</version>
+ <version>3.5.0</version>
27
28
29
30
<artifactId>mockwebserver</artifactId>
31
32
<scope>test</scope>
33
34
0 commit comments