Skip to content

Commit

Permalink
Update dependencies. Release 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Briia committed Jun 10, 2024
1 parent 9fe8015 commit 3a2187c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.assertthat.plugins</groupId>
<artifactId>assertthat-bdd-standalone</artifactId>
<version>1.9.8</version>
<version>1.9.9</version>
<name>assertthat-bdd-standalone</name>
<description>AssertThat BDD Jira plugin client standalone</description>
<url>http://www.assertthat.com</url>
Expand Down Expand Up @@ -38,17 +38,17 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-ant</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.3.1</version>
<version>4.12.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3a2187c

Please sign in to comment.