File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >junit</groupId >
33
33
<artifactId >junit</artifactId >
34
- <version >4.11 </version >
34
+ <version >4.13.2 </version >
35
35
</dependency >
36
36
</dependencies >
37
37
<build >
Original file line number Diff line number Diff line change 50
50
System.err.println( Attributes.Name.MAIN_CLASS.toString() + " not equals myproject.HelloWorld" );
51
51
return false;
52
52
}
53
- if ( !"lib/junit-4.11 .jar lib/hamcrest-core-1.3.jar".equals( manifest.get( Attributes.Name.CLASS_PATH ) ) )
53
+ if ( !"lib/junit-4.13.2 .jar lib/hamcrest-core-1.3.jar".equals( manifest.get( Attributes.Name.CLASS_PATH ) ) )
54
54
{
55
55
System.err.println( Attributes.Name.CLASS_PATH.toString() +
56
- " not equals lib/junit-4.11 .jar lib/hamcrest-core-1.3.jar" );
56
+ " not equals lib/junit-4.13.2 .jar lib/hamcrest-core-1.3.jar" );
57
57
return false;
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments