Skip to content

Commit

Permalink
Upgrade to Jansi 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 10, 2020
1 parent a670727 commit be78b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<automatic.module.name />

<jna.version>5.3.1</jna.version>
<jansi.version>2.0.1</jansi.version>
<jansi.version>2.1.0</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
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class JansiSupportImplTest {
@Test
public void testJansiVersion() {
assertEquals(2, JansiSupportImpl.JANSI_MAJOR_VERSION);
assertEquals(0, JansiSupportImpl.JANSI_MINOR_VERSION);
assertEquals(1, JansiSupportImpl.JANSI_MINOR_VERSION);
}
}

0 comments on commit be78b98

Please sign in to comment.