mirror of https://github.com/apache/nifi.git
Changed JUnit version from 4.11 to 4.12 as suggested
This commit is contained in:
parent
3e26ed8105
commit
c9d59fa819
|
@ -52,7 +52,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue