Skip to content

Commit e0127c7

Browse files
dependabot[bot]slachiewicz
authored andcommitted
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] <[email protected]>
1 parent 565754c commit e0127c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>44</version>
26+
<version>45</version>
2727
<relativePath />
2828
</parent>
2929

src/it/filesets-test/verify.bsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ try
2828
{
2929
File depsDir = new File( basedir, "target/dependencies" );
3030
File antJar = new File( depsDir, "ant-1.10.14.jar" );
31-
File junitJar = new File( depsDir, "junit-jupiter-engine-5.12.0.jar" );
31+
File junitJar = new File( depsDir, "junit-jupiter-engine-5.13.1.jar" );
3232

3333
if ( ! antJar.exists() || antJar.isDirectory() )
3434
{
@@ -43,7 +43,7 @@ try
4343

4444
File deps2Dir = new File( basedir, "target/dependencies2" );
4545
antJar = new File( deps2Dir, "ant-1.10.14.jar" );
46-
junitJar = new File( deps2Dir, "junit-jupiter-api-5.12.0.jar" );
46+
junitJar = new File( deps2Dir, "junit-jupiter-api-5.13.1.jar" );
4747

4848
if ( ! antJar.exists() || antJar.isDirectory() )
4949
{

0 commit comments

Comments
 (0)