mirror of https://github.com/apache/maven.git
[MNG-7331] Upgrade Jansi to 2.4.0
This commit is contained in:
parent
a748596cd8
commit
0a72185a6e
2
pom.xml
2
pom.xml
|
@ -309,7 +309,7 @@ under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.fusesource.jansi</groupId>
|
<groupId>org.fusesource.jansi</groupId>
|
||||||
<artifactId>jansi</artifactId>
|
<artifactId>jansi</artifactId>
|
||||||
<version>2.3.4</version>
|
<version>2.4.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue