File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 <!-- ========================================================================================== -->
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 >
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
Original file line number Diff line number Diff line change 11name : rpncalc
2- version : ' 5.3.4 '
2+ version : ' 5.3.5 '
33summary : The command line Reverse Polish Notation (RPN) calculator
44description : |
55 RPNCalc is an easy to use command line based Reverse Polish
You can’t perform that action at this time.
0 commit comments