Skip to content

Commit ca87db9

Browse files
authored
Update dependencies and restore jackson databind dependency (#133)
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.
1 parent dee5914 commit ca87db9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,23 @@
8282
<dependency>
8383
<groupId>com.github.aquality-automation</groupId>
8484
<artifactId>aquality-selenium-core</artifactId>
85-
<version>3.1.0</version>
85+
<version>3.1.1</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.apache.commons</groupId>
8989
<artifactId>commons-lang3</artifactId>
9090
<version>3.13.0</version>
9191
</dependency>
92+
<dependency>
93+
<groupId>com.fasterxml.jackson.core</groupId>
94+
<artifactId>jackson-databind</artifactId>
95+
<version>2.16.1</version>
96+
</dependency>
9297
<dependency>
9398
<groupId>org.slf4j</groupId>
9499
<artifactId>slf4j-simple</artifactId>
95100
<version>2.0.10</version>
101+
<scope>test</scope>
96102
</dependency>
97103
<dependency>
98104
<groupId>org.testng</groupId>

0 commit comments

Comments
 (0)