Skip to content

Commit cdf44b8

Browse files
committed
Handle CSRF token header
1 parent c3b99a9 commit cdf44b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.assertthat.plugins</groupId>
44
<artifactId>assertthat-bdd-maven-plugin</artifactId>
55
<packaging>maven-plugin</packaging>
6-
<version>1.7.1</version>
6+
<version>1.7.2</version>
77
<name>assertthat-bdd-maven-plugin</name>
88
<description>AssertThat BDD Jira maven plugin</description>
99
<url>http://www.assertthat.com</url>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.assertthat.plugins</groupId>
7979
<artifactId>assertthat-bdd-standalone</artifactId>
80-
<version>1.9.8</version>
80+
<version>1.9.10</version>
8181
</dependency>
8282
</dependencies>
8383
<build>

0 commit comments

Comments
 (0)