mirror of https://github.com/apache/maven.git
[MNG-8105] Upgrade JLine to 3.26.1 (#1485)
This commit is contained in:
parent
81e2b3c1ee
commit
31d2dc1815
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2002-2023, the original author or authors.
|
||||
Copyright (c) 2002-2024, the original author or authors.
|
||||
All rights reserved.
|
||||
|
||||
https://opensource.org/licenses/BSD-3-Clause
|
2
pom.xml
2
pom.xml
|
@ -173,7 +173,7 @@ under the License.
|
|||
<hamcrestVersion>2.2</hamcrestVersion>
|
||||
<jakartaInjectApiVersion>2.0.1</jakartaInjectApiVersion>
|
||||
<javaxAnnotationApiVersion>1.3.2</javaxAnnotationApiVersion>
|
||||
<jlineVersion>3.26.0</jlineVersion>
|
||||
<jlineVersion>3.26.1</jlineVersion>
|
||||
<junitVersion>5.10.1</junitVersion>
|
||||
<jxpathVersion>1.3</jxpathVersion>
|
||||
<logbackClassicVersion>1.2.13</logbackClassicVersion>
|
||||
|
|
Loading…
Reference in New Issue