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

jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/master by this push:
     new b9c7efc  Bump org.apache.maven.plugins:maven-dependency-plugin
b9c7efc is described below

commit b9c7efc897386eec6fc12d2fbd83a930a6907fb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 9 09:09:06 2024 +0000

    Bump org.apache.maven.plugins:maven-dependency-plugin
    
    Bumps 
[org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin)
 from 3.6.1 to 3.7.1.
    - [Release 
notes](https://github.com/apache/maven-dependency-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 bval-tck/pom.xml | 4 ++--
 pom.xml          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index bd7704c..23ef0b7 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -181,7 +181,7 @@ under the License.
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>3.6.1</version>
+                        <version>3.7.1</version>
                         <executions>
                             <execution>
                                 <id>copy-tck-test-suite-file</id>
@@ -262,7 +262,7 @@ under the License.
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>3.6.1</version>
+                        <version>3.7.1</version>
                         <executions>
                             <execution>
                                 <id>copy-tck-bv-api-signature-file</id>
diff --git a/pom.xml b/pom.xml
index 32a75bf..d98c4f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,7 +576,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.6.1</version>
+                    <version>3.7.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.netbeans.tools</groupId>

Reply via email to