Skip to content

Commit

Permalink
[MANTRUN-241] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#92)
Browse files Browse the repository at this point in the history
* Bump org.junit:junit-bom from 5.10.1 to 5.10.2

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

---
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sylwester Lachiewicz <slachiewicz@apache.org>
  • Loading branch information
dependabot[bot] committed Mar 31, 2024
1 parent 882068f commit 9b15717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ under the License.

<properties>
<mavenVersion>3.2.5</mavenVersion>
<junit5.version>5.10.1</junit5.version>
<junit5.version>5.10.2</junit5.version>
<version.xmlunit>2.9.1</version.xmlunit>
<project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions src/it/filesets-test/verify.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.1.jar" );
File junitJar = new File( depsDir, "junit-jupiter-engine-5.10.2.jar" );

if ( ! antJar.exists() || antJar.isDirectory() )
{
Expand All @@ -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.10.1.jar" );
junitJar = new File( deps2Dir, "junit-jupiter-api-5.10.2.jar" );

if ( ! antJar.exists() || antJar.isDirectory() )
{
Expand Down

0 comments on commit 9b15717

Please sign in to comment.