Skip to content

Commit 18aa97b

Browse files
committed
update checkstyle and OkHttp
1 parent cab6954 commit 18aa97b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>com.puppycrawl.tools</groupId>
134134
<artifactId>checkstyle</artifactId>
135-
<version>7.2</version>
135+
<version>7.3</version>
136136
</dependency>
137137
</dependencies>
138138
</plugin>

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.4.2</version>
26+
<version>3.5.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.squareup.okhttp3</groupId>
3030
<artifactId>mockwebserver</artifactId>
31-
<version>3.4.2</version>
31+
<version>3.5.0</version>
3232
<scope>test</scope>
3333
</dependency>
3434
</dependencies>

0 commit comments

Comments
 (0)