Skip to content

Commit

Permalink
Update dependencies and restore jackson databind dependency (#133)
Browse files Browse the repository at this point in the history
aquality.selenium.core dependency was updated to 3.1.1
Updates in the core library:
- log4j to 2.22.1
- testng to 7.5.1
- jackson-databind to 2.16.1
- guice to 6.0.0, guava exclusion removed

Also scope for slf4j-simple was set to test.
  • Loading branch information
mialeska authored Jan 20, 2024
1 parent dee5914 commit ca87db9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,23 @@
<dependency>
<groupId>com.github.aquality-automation</groupId>
<artifactId>aquality-selenium-core</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit ca87db9

Please sign in to comment.