You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/07/21 05:59:41 UTC

[maven-compiler-plugin] branch master updated: Bump junit in /src/it/MCOMPILER-203-processorpath/annotation-user (#114)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 961734e  Bump junit in /src/it/MCOMPILER-203-processorpath/annotation-user (#114)
961734e is described below

commit 961734ee28b533c0b269b90c89b6e9957ddf8f9b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 21 15:59:37 2022 +1000

    Bump junit in /src/it/MCOMPILER-203-processorpath/annotation-user (#114)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml b/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml
index 9755c54..80d94fe 100644
--- a/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml
+++ b/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml
@@ -40,7 +40,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>