File tree Expand file tree Collapse file tree
terminal-jansi/src/test/java/org/jline/terminal/impl/jansi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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>
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 >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments