Skip to content

Commit 6d610fc

Browse files
committedMar 10, 2018
Update dependencies
1 parent f1520cc commit 6d610fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>org.assertj</groupId>
238238
<artifactId>assertj-core</artifactId>
239-
<version>3.9.0</version>
239+
<version>3.9.1</version>
240240
<scope>test</scope>
241241
</dependency>
242242
<dependency>
@@ -260,12 +260,12 @@
260260
<dependency>
261261
<groupId>com.squareup.okhttp3</groupId>
262262
<artifactId>okhttp</artifactId>
263-
<version>3.9.1</version>
263+
<version>3.10.0</version>
264264
</dependency>
265265
<dependency>
266266
<groupId>com.squareup.okhttp3</groupId>
267267
<artifactId>logging-interceptor</artifactId>
268-
<version>3.9.1</version>
268+
<version>3.10.0</version>
269269
</dependency>
270270
</dependencies>
271271
<profiles>
@@ -305,7 +305,7 @@
305305
<plugin>
306306
<groupId>com.dkanejs.maven.plugins</groupId>
307307
<artifactId>docker-compose-maven-plugin</artifactId>
308-
<version>1.0.1</version>
308+
<version>1.0.3</version>
309309
<executions>
310310
<execution>
311311
<id>up</id>

0 commit comments

Comments
 (0)
Please sign in to comment.