Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrhman-Ellithy committed Nov 1, 2024
2 parents bef339f + be816bf commit e45b518
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<seleniumVersion>4.25.0</seleniumVersion>
<seleniumVersion>4.26.0</seleniumVersion>
<testNG>7.10.2</testNG>
<JavaFaker>1.0.2</JavaFaker>
<gsonVersion>2.10.1</gsonVersion>
<SLF4JAPIVersion>2.0.13</SLF4JAPIVersion>
<SLF4JSimpleVersion>2.0.13</SLF4JSimpleVersion>
<log4jVersion>2.23.1</log4jVersion>
<log4jVersion>2.24.1</log4jVersion>
<AllureVersion>2.28.0</AllureVersion>
<aspectj.version>1.9.20.1</aspectj.version>
<CSV>1.8</CSV>
Expand All @@ -96,7 +96,7 @@
<PDFBoxVersion>2.0.27</PDFBoxVersion>
<mavenSurefirePluginVersion>3.5.0</mavenSurefirePluginVersion>
<mavenResourcesfirePluginVersion>3.3.1</mavenResourcesfirePluginVersion>
<mavenDeployPluginVersion>3.1.2</mavenDeployPluginVersion>
<mavenDeployPluginVersion>3.1.3</mavenDeployPluginVersion>
<mavenPublishPluginVersion>3.3.0</mavenPublishPluginVersion>
<AllureJVMVersion>2.29.0</AllureJVMVersion>
<HikariCPVersion>6.0.0</HikariCPVersion>
Expand Down Expand Up @@ -342,7 +342,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<sourcepath>
Expand Down Expand Up @@ -427,7 +427,7 @@
<plugin>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-maven</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<executions>
<execution>
<id>allure-report</id>
Expand Down

0 comments on commit e45b518

Please sign in to comment.