mirror of https://github.com/apache/maven.git
[MNG-6900] Upgrade Jansi to 1.18
This commit is contained in:
parent
5db4951ffb
commit
3848a47385
2
pom.xml
2
pom.xml
|
@ -306,7 +306,7 @@ under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.fusesource.jansi</groupId>
|
<groupId>org.fusesource.jansi</groupId>
|
||||||
<artifactId>jansi</artifactId>
|
<artifactId>jansi</artifactId>
|
||||||
<version>1.17.1</version>
|
<version>1.18</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue