Skip to content

Commit f8fa947

Browse files
committed
Update fishbowl from 1.4.0 to 1.4.1
The bugfix release does not wrap AssertionErrors anymore. This makes it easier to read the result of a failing test.
1 parent a9e9651 commit f8fa947

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
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>fake-sftp-server-rule</artifactId>
12-
<version>1.2.0</version>
12+
<version>1.3.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Fake SFTP Server Rule</name>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.github.stefanbirkner</groupId>
5656
<artifactId>fishbowl</artifactId>
57-
<version>[1.4.0]</version>
57+
<version>[1.4.1]</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)