|
6 | 6 |
|
7 | 7 | <groupId>com.github.aquality-automation</groupId>
|
8 | 8 | <artifactId>aquality-selenium-core</artifactId>
|
9 |
| - <version>2.0.1</version> |
| 9 | + <version>2.0.3</version> |
10 | 10 |
|
11 | 11 | <packaging>jar</packaging>
|
12 | 12 | <name>Aquality Selenium Core</name>
|
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>org.apache.logging.log4j</groupId>
|
88 | 88 | <artifactId>log4j</artifactId>
|
89 |
| - <version>2.15.0</version> |
| 89 | + <version>2.17.0</version> |
90 | 90 | <type>pom</type>
|
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>org.apache.logging.log4j</groupId>
|
94 | 94 | <artifactId>log4j-api</artifactId>
|
95 |
| - <version>2.15.0</version> |
| 95 | + <version>2.17.0</version> |
96 | 96 | </dependency>
|
97 | 97 | <dependency>
|
98 | 98 | <groupId>org.testng</groupId>
|
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>com.fasterxml.jackson.core</groupId>
|
116 | 116 | <artifactId>jackson-databind</artifactId>
|
117 |
| - <version>2.13.0</version> |
| 117 | + <version>2.13.1</version> |
118 | 118 | </dependency>
|
119 | 119 | <dependency>
|
120 | 120 | <groupId>org.seleniumhq.selenium</groupId>
|
121 | 121 | <artifactId>selenium-java</artifactId>
|
122 |
| - <version>4.1.0</version> |
| 122 | + <version>4.1.1</version> |
123 | 123 | </dependency>
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>io.github.bonigarcia</groupId>
|
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>io.appium</groupId>
|
132 | 132 | <artifactId>java-client</artifactId>
|
133 |
| - <version>8.0.0-beta</version> |
| 133 | + <version>8.0.0-beta2</version> |
134 | 134 | <scope>test</scope>
|
135 | 135 | </dependency>
|
136 | 136 | <dependency>
|
137 | 137 | <groupId>org.apache.logging.log4j</groupId>
|
138 | 138 | <artifactId>log4j-core</artifactId>
|
139 |
| - <version>2.15.0</version> |
| 139 | + <version>2.17.0</version> |
140 | 140 | </dependency>
|
141 | 141 | </dependencies>
|
142 | 142 |
|
|
0 commit comments