Skip to content

Commit 58fd90d

Browse files
committed
Updates to plugins and dependencies
1 parent ec49a9d commit 58fd90d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

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

99
<name>rpncalc</name>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>3.5.1</version>
109+
<version>3.5.2</version>
110110
</plugin>
111111

112112
<!-- ========================================================================================== -->
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.codehaus.mojo</groupId>
213213
<artifactId>exec-maven-plugin</artifactId>
214-
<version>3.4.1</version>
214+
<version>3.5.0</version>
215215
<executions>
216216
<execution>
217217
<id>chmod</id>
@@ -279,7 +279,7 @@
279279
<dependency>
280280
<groupId>org.junit.jupiter</groupId>
281281
<artifactId>junit-jupiter</artifactId>
282-
<version>5.11.2</version>
282+
<version>5.11.3</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.3.4'
2+
version: '5.3.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)