Skip to content

Commit

Permalink
Minor library update that fixes the problem where the framework was u…
Browse files Browse the repository at this point in the history
…nable to retrieve the correct selenium driver
  • Loading branch information
josefd8 committed Dec 21, 2023
1 parent 3f9688f commit fa6793d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.privaliatech</groupId>
<artifactId>gingerspec</artifactId>
<version>2.2.16</version>
<version>2.2.17</version>

<name>Privalia GingerSpec framework</name>
<description>Acceptance Test library. General purpose automation framework.</description>
Expand Down Expand Up @@ -123,7 +123,7 @@
<clickhouse.version>0.3.2-patch11</clickhouse.version>
<postgresql.version>42.3.8</postgresql.version>
<rest-assured.version>4.5.1</rest-assured.version>
<webdrivermanager.version>5.1.0</webdrivermanager.version>
<webdrivermanager.version>5.6.2</webdrivermanager.version>
<appium.version>7.3.0</appium.version>
<swagger.parser.version>2.1.9</swagger.parser.version>
<swagger.validator.version>2.31.0</swagger.validator.version>
Expand Down

0 comments on commit fa6793d

Please sign in to comment.