Skip to content

Commit 3a2187c

Browse files
committed
Update dependencies. Release 1.9.9
1 parent 9fe8015 commit 3a2187c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.assertthat.plugins</groupId>
77
<artifactId>assertthat-bdd-standalone</artifactId>
8-
<version>1.9.8</version>
8+
<version>1.9.9</version>
99
<name>assertthat-bdd-standalone</name>
1010
<description>AssertThat BDD Jira plugin client standalone</description>
1111
<url>http://www.assertthat.com</url>
@@ -38,17 +38,17 @@
3838
<dependency>
3939
<groupId>commons-io</groupId>
4040
<artifactId>commons-io</artifactId>
41-
<version>2.11.0</version>
41+
<version>2.16.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>commons-cli</groupId>
4545
<artifactId>commons-cli</artifactId>
46-
<version>1.4</version>
46+
<version>1.8.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.maven.plugin-tools</groupId>
5050
<artifactId>maven-plugin-tools-ant</artifactId>
51-
<version>3.6.0</version>
51+
<version>3.6.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.codehaus.jettison</groupId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.squareup.okhttp3</groupId>
6060
<artifactId>okhttp</artifactId>
61-
<version>3.3.1</version>
61+
<version>4.12.0</version>
6262
</dependency>
6363
</dependencies>
6464

0 commit comments

Comments
 (0)