Skip to content

Commit

Permalink
Upgrade Jansi to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Apr 25, 2021
1 parent 39ac1bb commit fac777f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2002-2020, the original author or authors.
Copyright (c) 2002-2021, the original author or authors.
This software is distributable under the BSD license. See the terms of the
BSD license in the documentation provided with this software.
Expand Down Expand Up @@ -83,7 +83,7 @@
<automatic.module.name />

<jna.version>5.3.1</jna.version>
<jansi.version>2.1.0</jansi.version>
<jansi.version>2.3.2</jansi.version>
<juniversalchardet.version>1.0.3</juniversalchardet.version>
<sshd.version>2.1.0</sshd.version>
<easymock.version>3.3.1</easymock.version>
Expand Down Expand Up @@ -267,7 +267,7 @@
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>${ivy.version}</version>
</dependency>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002-2017, the original author or authors.
* Copyright (c) 2002-2021, the original author or authors.
*
* This software is distributable under the BSD license. See the terms of the
* BSD license in the documentation provided with this software.
Expand All @@ -17,6 +17,6 @@ public class JansiSupportImplTest {
@Test
public void testJansiVersion() {
assertEquals(2, JansiSupportImpl.JANSI_MAJOR_VERSION);
assertEquals(1, JansiSupportImpl.JANSI_MINOR_VERSION);
assertEquals(3, JansiSupportImpl.JANSI_MINOR_VERSION);
}
}

0 comments on commit fac777f

Please sign in to comment.