|
6 | 6 |
|
7 | 7 | <groupId>com.epam.jdi</groupId> |
8 | 8 | <artifactId>jdi-light-core</artifactId> |
9 | | - <version>1.5.2-SNAPSHOT</version> |
| 9 | + <version>1.5.3-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 | <name>JDI Light Core</name> |
12 | 12 | <url>https://github.com/jdi-testing</url> |
|
17 | 17 | <aspectj.version>1.9.20</aspectj.version> |
18 | 18 | <aspectj.maven>1.14.0</aspectj.maven> |
19 | 19 | <java.version>11</java.version> |
20 | | - <allure.version>2.23.0</allure.version> |
| 20 | + <allure.version>2.25.0</allure.version> |
21 | 21 | <gpg.key></gpg.key> |
22 | 22 | </properties> |
23 | 23 |
|
|
30 | 30 | <dependency> |
31 | 31 | <groupId>com.fasterxml.jackson.core</groupId> |
32 | 32 | <artifactId>jackson-databind</artifactId> |
33 | | - <version>2.15.2</version> |
| 33 | + <version>2.16.0</version> |
34 | 34 | </dependency> |
35 | 35 | <dependency> |
36 | 36 | <groupId>commons-io</groupId> |
37 | 37 | <artifactId>commons-io</artifactId> |
38 | | - <version>2.13.0</version> |
| 38 | + <version>2.15.1</version> |
39 | 39 | </dependency> |
40 | 40 | <dependency> |
41 | 41 | <groupId>org.apache.commons</groupId> |
42 | 42 | <artifactId>commons-compress</artifactId> |
43 | | - <version>1.24.0</version> |
| 43 | + <version>1.25.0</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>com.jdiai.tools</groupId> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>io.github.bonigarcia</groupId> |
68 | 68 | <artifactId>webdrivermanager</artifactId> |
69 | | - <version>5.5.3</version> |
| 69 | + <version>5.6.2</version> |
70 | 70 | <exclusions> |
71 | 71 | <exclusion> |
72 | 72 | <groupId>com.github.docker-java</groupId> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.apache.commons</groupId> |
97 | 97 | <artifactId>commons-lang3</artifactId> |
98 | | - <version>3.13.0</version> |
| 98 | + <version>3.14.0</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.google.guava</groupId> |
102 | 102 | <artifactId>guava</artifactId> |
103 | | - <version>32.1.2-jre</version> |
| 103 | + <version>33.0.0-jre</version> |
104 | 104 | </dependency> |
105 | 105 | </dependencies> |
106 | 106 |
|
|
0 commit comments