You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/01 17:04:29 UTC

[maven-javadoc-plugin] 04/07: Bump assertj-core from 2.9.1 to 3.19.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit b4a2112d8acd85aaf68f5ecdd77730de2d403e80
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:01:12 2021 +0200

    Bump assertj-core from 2.9.1 to 3.19.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0e36f79..69f82a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ under the License.
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>2.9.1</version>
+      <version>3.19.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>