Skip to content

Commit fac777f

Browse files
committed
Upgrade Jansi to 2.3.2
1 parent 39ac1bb commit fac777f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2002-2020, the original author or authors.
4+
Copyright (c) 2002-2021, the original author or authors.
55
66
This software is distributable under the BSD license. See the terms of the
77
BSD license in the documentation provided with this software.
@@ -83,7 +83,7 @@
8383
<automatic.module.name />
8484

8585
<jna.version>5.3.1</jna.version>
86-
<jansi.version>2.1.0</jansi.version>
86+
<jansi.version>2.3.2</jansi.version>
8787
<juniversalchardet.version>1.0.3</juniversalchardet.version>
8888
<sshd.version>2.1.0</sshd.version>
8989
<easymock.version>3.3.1</easymock.version>
@@ -267,7 +267,7 @@
267267
<groupId>org.apache.ivy</groupId>
268268
<artifactId>ivy</artifactId>
269269
<version>${ivy.version}</version>
270-
</dependency>
270+
</dependency>
271271

272272
<dependency>
273273
<groupId>org.slf4j</groupId>

terminal-jansi/src/test/java/org/jline/terminal/impl/jansi/JansiSupportImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002-2017, the original author or authors.
2+
* Copyright (c) 2002-2021, the original author or authors.
33
*
44
* This software is distributable under the BSD license. See the terms of the
55
* BSD license in the documentation provided with this software.
@@ -17,6 +17,6 @@ public class JansiSupportImplTest {
1717
@Test
1818
public void testJansiVersion() {
1919
assertEquals(2, JansiSupportImpl.JANSI_MAJOR_VERSION);
20-
assertEquals(1, JansiSupportImpl.JANSI_MINOR_VERSION);
20+
assertEquals(3, JansiSupportImpl.JANSI_MINOR_VERSION);
2121
}
2222
}

0 commit comments

Comments
 (0)