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 2022/11/27 21:30:25 UTC

[maven-dependency-plugin] branch dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2 created (now d7bbed63)

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

slachiewicz pushed a change to branch dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


      at d7bbed63 Bump junit from 4.13 to 4.13.3 in /src/it/projects/tree-verbose-small

This branch includes the following new commits:

     new d7bbed63 Bump junit from 4.13 to 4.13.3 in /src/it/projects/tree-verbose-small

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dependency-plugin] 01/01: Bump junit from 4.13 to 4.13.3 in /src/it/projects/tree-verbose-small

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit d7bbed6328ed74477327b1b866778caf104c2d60
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Nov 27 22:29:39 2022 +0100

    Bump junit from 4.13 to 4.13.3 in /src/it/projects/tree-verbose-small
---
 src/it/projects/tree-verbose-small/expected.txt | 2 +-
 src/it/projects/tree-verbose-small/pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/tree-verbose-small/expected.txt b/src/it/projects/tree-verbose-small/expected.txt
index 4d0120c3..611614c1 100644
--- a/src/it/projects/tree-verbose-small/expected.txt
+++ b/src/it/projects/tree-verbose-small/expected.txt
@@ -1,4 +1,4 @@
 org.apache.maven.its.dependency:tree-verbose2:jar:1.0-SNAPSHOT
 +- commons-logging:commons-logging:jar:1.2:compile
-\- junit:junit:jar:4.13:test
+\- junit:junit:jar:4.13.2:test
    \- org.hamcrest:hamcrest-core:jar:1.3:test
diff --git a/src/it/projects/tree-verbose-small/pom.xml b/src/it/projects/tree-verbose-small/pom.xml
index 838977a7..10487939 100644
--- a/src/it/projects/tree-verbose-small/pom.xml
+++ b/src/it/projects/tree-verbose-small/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>