Skip to content

Commit be93ffb

Browse files
committed
Rolled back jLine library update
Getting a JANSI deprecation warning
1 parent 67f0561 commit be93ffb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.fross</groupId>
55
<artifactId>rpncalc</artifactId>
6-
<version>5.2.6</version>
6+
<version>5.2.7</version>
77
<packaging>jar</packaging>
88

99
<name>rpncalc</name>
@@ -281,15 +281,15 @@
281281
<dependency>
282282
<groupId>org.jline</groupId>
283283
<artifactId>jline-reader</artifactId>
284-
<version>3.26.1</version>
284+
<version>3.25.1</version>
285285
</dependency>
286286

287287
<!-- https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi -->
288288
<!-- Needed to remove jline warning when app starts -->
289289
<dependency>
290290
<groupId>org.jline</groupId>
291291
<artifactId>jline-terminal-jansi</artifactId>
292-
<version>3.26.1</version>
292+
<version>3.25.1</version>
293293
</dependency>
294294

295295
</dependencies>

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rpncalc
2-
version: '5.2.6'
2+
version: '5.2.7'
33
summary: The command line Reverse Polish Notation (RPN) calculator
44
description: |
55
RPNCalc is an easy to use command line based Reverse Polish

0 commit comments

Comments
 (0)