We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21861c9 commit ddfc769Copy full SHA for ddfc769
pom.xml
@@ -77,7 +77,7 @@
77
<dependency>
78
<groupId>com.assertthat.plugins</groupId>
79
<artifactId>assertthat-bdd-standalone</artifactId>
80
- <version>1.8</version>
+ <version>1.9</version>
81
</dependency>
82
</dependencies>
83
<build>
@@ -93,6 +93,11 @@
93
<autoReleaseAfterClose>true</autoReleaseAfterClose>
94
</configuration>
95
</plugin>
96
+ <plugin>
97
+ <groupId>org.apache.maven.plugins</groupId>
98
+ <artifactId>maven-plugin-plugin</artifactId>
99
+ <version>3.4</version>
100
+ </plugin>
101
</plugins>
102
</build>
103
<distributionManagement>
0 commit comments