From be93ffbffe3658b8d1896db6f8cb3f7810029904 Mon Sep 17 00:00:00 2001 From: Michael Fross Date: Thu, 25 Apr 2024 14:48:15 -0500 Subject: [PATCH] Rolled back jLine library update Getting a JANSI deprecation warning --- pom.xml | 6 +++--- snap/snapcraft.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8a62836..a3c1758 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.fross rpncalc - 5.2.6 + 5.2.7 jar rpncalc @@ -281,7 +281,7 @@ org.jline jline-reader - 3.26.1 + 3.25.1 @@ -289,7 +289,7 @@ org.jline jline-terminal-jansi - 3.26.1 + 3.25.1 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bd37ea2..09bf153 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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