Skip to content

Commit 126f133

Browse files
committed
Replaced jansi with jline-terminal-jansi
jansi is no longer supported
1 parent 480bc2a commit 126f133

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 8 additions & 8 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.6.0</version>
6+
<version>5.6.1</version>
77
<packaging>jar</packaging>
88

99
<name>rpncalc</name>
@@ -93,7 +93,7 @@
9393
<!-- ========================================================================================== -->
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>3.13.0</version>
96+
<version>3.14.0</version>
9797
<configuration>
9898
<release>${maven.compiler.release}</release>
9999
</configuration>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>3.5.2</version>
109+
<version>3.5.3</version>
110110
</plugin>
111111

112112
<!-- ========================================================================================== -->
@@ -260,11 +260,11 @@
260260
<version>1.82</version>
261261
</dependency>
262262

263-
<!-- https://mvnrepository.com/artifact/org.fusesource.jansi/jansi -->
263+
<!-- https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi -->
264264
<dependency>
265-
<groupId>org.fusesource.jansi</groupId>
266-
<artifactId>jansi</artifactId>
267-
<version>2.4.1</version>
265+
<groupId>org.jline</groupId>
266+
<artifactId>jline-terminal-jansi</artifactId>
267+
<version>3.29.0</version>
268268
</dependency>
269269

270270
<!-- https://github.com/frossm/library -->
@@ -279,7 +279,7 @@
279279
<dependency>
280280
<groupId>org.junit.jupiter</groupId>
281281
<artifactId>junit-jupiter</artifactId>
282-
<version>5.12.0-RC1</version>
282+
<version>5.13.0-M2</version>
283283
<scope>test</scope>
284284
</dependency>
285285

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.6.0'
2+
version: '5.6.1'
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)