Skip to content

Commit ddfc769

Browse files
committed
Update standalone version
1 parent 21861c9 commit ddfc769

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.assertthat.plugins</groupId>
7979
<artifactId>assertthat-bdd-standalone</artifactId>
80-
<version>1.8</version>
80+
<version>1.9</version>
8181
</dependency>
8282
</dependencies>
8383
<build>
@@ -93,6 +93,11 @@
9393
<autoReleaseAfterClose>true</autoReleaseAfterClose>
9494
</configuration>
9595
</plugin>
96+
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
98+
<artifactId>maven-plugin-plugin</artifactId>
99+
<version>3.4</version>
100+
</plugin>
96101
</plugins>
97102
</build>
98103
<distributionManagement>

0 commit comments

Comments
 (0)