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

[maven-compiler-plugin] branch master updated: Bump maven-shared-utils in /src/it/MCOMPILER-157/annotation-verify

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

github-bot 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 b965e04  Bump maven-shared-utils in /src/it/MCOMPILER-157/annotation-verify
b965e04 is described below

commit b965e04cead48a12233fd2513e57536985c0168e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 30 10:19:50 2022 +0000

    Bump maven-shared-utils in /src/it/MCOMPILER-157/annotation-verify
    
    Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 0.1 to 3.3.3.
    - [Release notes](https://github.com/apache/maven-shared-utils/releases)
    - [Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-0.1...maven-shared-utils-3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-shared-utils
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 src/it/MCOMPILER-157/annotation-verify/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCOMPILER-157/annotation-verify/pom.xml b/src/it/MCOMPILER-157/annotation-verify/pom.xml
index ddfd0e0..ddfeab3 100644
--- a/src/it/MCOMPILER-157/annotation-verify/pom.xml
+++ b/src/it/MCOMPILER-157/annotation-verify/pom.xml
@@ -102,7 +102,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>0.1</version>
+      <version>3.3.3</version>
     </dependency>
   </dependencies>