You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/17 23:21:22 UTC

[cxf] 01/02: Bump maven-plugin-annotations from 3.6.2 to 3.7.1 (#1143)

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b1fb558877c7681e15ea95d7df7f8ac552a8a2fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 17 07:46:03 2023 -0500

    Bump maven-plugin-annotations from 3.6.2 to 3.7.1 (#1143)
    
    Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.6.2 to 3.7.1.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.2...maven-plugin-tools-3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bd00525fe6..c437194b71 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -870,7 +870,7 @@
             <dependency>
                 <groupId>org.apache.maven.plugin-tools</groupId>
                 <artifactId>maven-plugin-annotations</artifactId>
-                <version>3.6.2</version>
+                <version>3.7.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>