Skip to content

Commit

Permalink
chore: library update
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Dec 22, 2024
1 parent 1f02d19 commit b0efbf8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eliasnogueira</groupId>
<artifactId>selenium-java-lean-test-architecture</artifactId>
<version>3.4.9</version>
<version>3.4.10</version>

<scm>
<connection>scm:[email protected]:eliasnogueira/selenium-java-lean-test-architecture.git</connection>
Expand All @@ -24,9 +24,9 @@
<aspectj.version>1.9.22.1</aspectj.version>
<selenium.version>4.27.0</selenium.version>
<testng.version>7.10.2</testng.version>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<datafaker.version>2.4.2</datafaker.version>
<log4j.version>2.23.1</log4j.version>
<log4j.version>2.24.3</log4j.version>
<owner.version>1.0.12</owner.version>
<allure.version>2.29.1</allure.version>
<allure-maven.version>2.15.3</allure-maven.version>
Expand All @@ -53,12 +53,6 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
<exclusions>
<exclusion>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit b0efbf8

Please sign in to comment.