Skip to content

Commit

Permalink
Rolled back jLine library update
Browse files Browse the repository at this point in the history
Getting a JANSI deprecation warning
  • Loading branch information
frossm committed Apr 25, 2024
1 parent 67f0561 commit be93ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.fross</groupId>
<artifactId>rpncalc</artifactId>
<version>5.2.6</version>
<version>5.2.7</version>
<packaging>jar</packaging>

<name>rpncalc</name>
Expand Down Expand Up @@ -281,15 +281,15 @@
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
<version>3.26.1</version>
<version>3.25.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi -->
<!-- Needed to remove jline warning when app starts -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jansi</artifactId>
<version>3.26.1</version>
<version>3.25.1</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rpncalc
version: '5.2.6'
version: '5.2.7'
summary: The command line Reverse Polish Notation (RPN) calculator
description: |
RPNCalc is an easy to use command line based Reverse Polish
Expand Down

0 comments on commit be93ffb

Please sign in to comment.