Skip to content

Commit 93300af

Browse files
committed
Update dependencies
1 parent 4c1f999 commit 93300af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.sonatype.plugins</groupId>
119119
<artifactId>nexus-staging-maven-plugin</artifactId>
120-
<version>1.6.5</version>
120+
<version>1.6.6</version>
121121
<extensions>true</extensions>
122122
<configuration>
123123
<serverId>ossrh</serverId>
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>com.squareup.okhttp</groupId>
178178
<artifactId>okhttp</artifactId>
179-
<version>2.4.0</version>
179+
<version>2.5.0</version>
180180
</dependency>
181181

182182
<!-- test dependencies -->
@@ -189,13 +189,13 @@
189189
<dependency>
190190
<groupId>net.code-story</groupId>
191191
<artifactId>http</artifactId>
192-
<version>2.98</version>
192+
<version>2.102</version>
193193
<scope>test</scope>
194194
</dependency>
195195
<dependency>
196196
<groupId>org.assertj</groupId>
197197
<artifactId>assertj-core</artifactId>
198-
<version>3.0.0</version>
198+
<version>3.2.0</version>
199199
<scope>test</scope>
200200
</dependency>
201201
</dependencies>

0 commit comments

Comments
 (0)