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/06/04 22:21:30 UTC

[maven-pdf-plugin] 01/03: Bump junit to 4.13.2

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

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

commit 9712c7a05ec28f26ad31d437db77227a5b284171
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 4 11:28:06 2021 +0200

    Bump junit to 4.13.2
---
 pom.xml                                   | 2 +-
 src/it/pdf-aggregate/pom.xml              | 2 +-
 src/it/pdf-with-reporting-section/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92f68b6..e899a62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/it/pdf-aggregate/pom.xml b/src/it/pdf-aggregate/pom.xml
index 569d656..324c407 100644
--- a/src/it/pdf-aggregate/pom.xml
+++ b/src/it/pdf-aggregate/pom.xml
@@ -52,7 +52,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/it/pdf-with-reporting-section/pom.xml b/src/it/pdf-with-reporting-section/pom.xml
index a405f36..1f803bd 100644
--- a/src/it/pdf-with-reporting-section/pom.xml
+++ b/src/it/pdf-with-reporting-section/pom.xml
@@ -57,7 +57,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>