Skip to content

Commit e8a94b0

Browse files
committed
JLine updated from 3.27.1 -> 3.28.0
1 parent 58fd90d commit e8a94b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 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.3.5</version>
6+
<version>5.3.6</version>
77
<packaging>jar</packaging>
88

99
<name>rpncalc</name>
@@ -287,7 +287,7 @@
287287
<dependency>
288288
<groupId>org.jline</groupId>
289289
<artifactId>jline</artifactId>
290-
<version>3.27.1</version>
290+
<version>3.28.0</version>
291291
</dependency>
292292

293293
</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.3.5'
2+
version: '5.3.6'
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)