Skip to content

Commit

Permalink
Upgrade to jansi 2.4.0 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 14, 2021
1 parent 9908d12 commit c12a7bd
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 @@ -83,7 +83,7 @@
<automatic.module.name />

<jna.version>5.8.0</jna.version>
<jansi.version>2.3.2</jansi.version>
<jansi.version>2.4.0</jansi.version>
<juniversalchardet.version>1.0.3</juniversalchardet.version>
<sshd.version>2.7.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(3, JansiSupportImpl.JANSI_MINOR_VERSION);
assertEquals(4, JansiSupportImpl.JANSI_MINOR_VERSION);
}
}

0 comments on commit c12a7bd

Please sign in to comment.