Skip to content

Commit 680304f

Browse files
committed
Downgraded jUnit given SNAP errors
SNAP complication had errors on snapcraft Looked to be related to jUnit so this is a test Moved from v6.0.0-M1 -> 5.13.1
1 parent 409db46 commit 680304f

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.8.4</version>
6+
<version>5.8.5</version>
77
<packaging>jar</packaging>
88

99
<name>rpncalc</name>
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>org.junit.jupiter</groupId>
274274
<artifactId>junit-jupiter</artifactId>
275-
<version>6.0.0-M1</version>
275+
<version>5.13.1</version>
276276
<scope>test</scope>
277277
</dependency>
278278

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.8.4'
2+
version: '5.8.5'
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)