Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@
<!-- Please don't upgrade the version to 4.10+, it depends on JDK 11 -->
<antlr4.version>4.9.3</antlr4.version>
<jpam.version>1.1</jpam.version>
<selenium.version>4.2.2</selenium.version>
<htmlunit-driver.version>3.62.0</htmlunit-driver.version>
<htmlunit.version>2.62.0</htmlunit.version>
<selenium.version>4.4.0</selenium.version>
<htmlunit-driver.version>3.64.0</htmlunit-driver.version>
<htmlunit.version>2.64.0</htmlunit.version>
<maven-antrun.version>1.8</maven-antrun.version>
<commons-crypto.version>1.1.0</commons-crypto.version>
<commons-cli.version>1.5.0</commons-cli.version>
Expand Down Expand Up @@ -400,7 +400,7 @@
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-16_${scala.binary.version}</artifactId>
<artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -410,7 +410,7 @@
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>selenium-4-2_${scala.binary.version}</artifactId>
<artifactId>selenium-4-4_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1151,25 +1151,25 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<version>3.2.13</version>
<version>3.2.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-16_${scala.binary.version}</artifactId>
<version>3.2.13.0</version>
<artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
<version>3.2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-4-6_${scala.binary.version}</artifactId>
<version>3.2.13.0</version>
<version>3.2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>selenium-4-2_${scala.binary.version}</artifactId>
<version>3.2.13.0</version>
<artifactId>selenium-4-4_${scala.binary.version}</artifactId>
<version>3.2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down