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

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


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

commit e0127c7362dcbfa2336126f45501ab8bda654b44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 16:54:56 2025 +0000

    Bump org.apache.maven.plugins:maven-plugins from 44 to 45
    
    Bumps 
[org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent)
 from 44 to 45.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugins
      dependency-version: '45'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 pom.xml                         | 2 +-
 src/it/filesets-test/verify.bsh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index dffa4d6..bb0662f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>44</version>
+    <version>45</version>
     <relativePath />
   </parent>
 
diff --git a/src/it/filesets-test/verify.bsh b/src/it/filesets-test/verify.bsh
index 9cd8b59..b927ea2 100644
--- a/src/it/filesets-test/verify.bsh
+++ b/src/it/filesets-test/verify.bsh
@@ -28,7 +28,7 @@ try
 {
     File depsDir = new File( basedir, "target/dependencies" );
     File antJar = new File( depsDir, "ant-1.10.14.jar" );
-    File junitJar = new File( depsDir, "junit-jupiter-engine-5.12.0.jar" );
+    File junitJar = new File( depsDir, "junit-jupiter-engine-5.13.1.jar" );
 
     if ( ! antJar.exists() || antJar.isDirectory() )
     {
@@ -43,7 +43,7 @@ try
 
     File deps2Dir = new File( basedir, "target/dependencies2" );
     antJar = new File( deps2Dir, "ant-1.10.14.jar" );
-    junitJar = new File( deps2Dir, "junit-jupiter-api-5.12.0.jar" );
+    junitJar = new File( deps2Dir, "junit-jupiter-api-5.13.1.jar" );
 
     if ( ! antJar.exists() || antJar.isDirectory() )
     {

Reply via email to