Skip to content

Commit

Permalink
Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and slachiewicz committed Jun 19, 2022
1 parent 78a28dd commit 9785c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/MJAR-228/pom.xml
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions src/it/MJAR-228/verify.bsh
Expand Up @@ -50,10 +50,10 @@ try
System.err.println( Attributes.Name.MAIN_CLASS.toString() + " not equals myproject.HelloWorld" );
return false;
}
if ( !"lib/junit-4.11.jar lib/hamcrest-core-1.3.jar".equals( manifest.get( Attributes.Name.CLASS_PATH ) ) )
if ( !"lib/junit-4.13.2.jar lib/hamcrest-core-1.3.jar".equals( manifest.get( Attributes.Name.CLASS_PATH ) ) )
{
System.err.println( Attributes.Name.CLASS_PATH.toString() +
" not equals lib/junit-4.11.jar lib/hamcrest-core-1.3.jar" );
" not equals lib/junit-4.13.2.jar lib/hamcrest-core-1.3.jar" );
return false;
}

Expand Down

0 comments on commit 9785c8c

Please sign in to comment.