Skip to content

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,9 @@
628628

629629
<resources.plugin.version>3.2.0</resources.plugin.version>
630630
<robotframework-httprequest.version>0.0.15</robotframework-httprequest.version>
631-
<robotframework-plugin.version>1.6.0</robotframework-plugin.version>
631+
<robotframework-plugin.version>1.7.2</robotframework-plugin.version>
632632
<robotframework-selenium.version>3.141.59.26535</robotframework-selenium.version>
633-
<robotframework.version>3.1.2</robotframework.version>
633+
<robotframework.version>3.2.2</robotframework.version>
634634

635635
<!-- Don't forget to update version in the ResourceUrl class and in the src/main/webapp/WEB-INF/views/series/add.html -->
636636
<selectizejs.version>0.12.5</selectizejs.version>
@@ -1099,9 +1099,9 @@
10991099
<testCasesDirectory>${basedir}/src/test/robotframework</testCasesDirectory>
11001100
<xunitFile>NONE</xunitFile>
11011101
<randomize>suite</randomize>
1102-
<!-- See https://robotframework.org/robotframework/3.1.2/RobotFrameworkUserGuide.html#controlling-console-output -->
1102+
<!-- See https://robotframework.org/robotframework/3.2.2/RobotFrameworkUserGuide.html#controlling-console-output -->
11031103
<console>dotted</console>
1104-
<!-- See https://robotframework.org/robotframework/3.1.2/RobotFrameworkUserGuide.html#removing-keywords -->
1104+
<!-- See https://robotframework.org/robotframework/3.2.2/RobotFrameworkUserGuide.html#removing-keywords -->
11051105
<removeKeywords>PASSED</removeKeywords>
11061106
<!-- Handy for debugging. Log file will be created in target/ directory -->
11071107
<!--

0 commit comments

Comments
 (0)