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 9477025  Bump org.apache.maven.plugins:maven-dependency-plugin
9477025 is described below

commit 9477025a746ea04b38b6e502261d0f5fa216cb24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 22 09:08:38 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.7.1 to 3.8.0.
    - [Release 
notes](https://github.com/apache/maven-dependency-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.7.1...maven-dependency-plugin-3.8.0)
    
    ---
    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 e5d52ba..b7cab25 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -175,7 +175,7 @@ under the License.
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>3.7.1</version>
+                        <version>3.8.0</version>
                         <executions>
                             <execution>
                                 <id>copy-tck-test-suite-file</id>
@@ -256,7 +256,7 @@ under the License.
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>3.7.1</version>
+                        <version>3.8.0</version>
                         <executions>
                             <execution>
                                 <id>copy-tck-bv-api-signature-file</id>
diff --git a/pom.xml b/pom.xml
index 0a2b87f..b37bff9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -553,7 +553,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.7.1</version>
+                    <version>3.8.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.netbeans.tools</groupId>

Reply via email to