|
97 | 97 | <dependency>
|
98 | 98 | <groupId>org.slf4j</groupId>
|
99 | 99 | <artifactId>slf4j-api</artifactId>
|
100 |
| - <version>2.0.13</version> |
| 100 | + <version>2.0.16</version> |
101 | 101 | </dependency>
|
102 | 102 |
|
103 | 103 | <!-- Selenium API is optional -->
|
104 | 104 | <dependency>
|
105 | 105 | <groupId>org.seleniumhq.selenium</groupId>
|
106 | 106 | <artifactId>selenium-api</artifactId>
|
107 |
| - <version>4.22.0</version> |
| 107 | + <version>4.24.0</version> |
108 | 108 | <scope>provided</scope>
|
109 | 109 | </dependency>
|
110 | 110 |
|
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>org.slf4j</groupId>
|
120 | 120 | <artifactId>slf4j-simple</artifactId>
|
121 |
| - <version>2.0.13</version> |
| 121 | + <version>2.0.16</version> |
122 | 122 | <scope>test</scope>
|
123 | 123 | </dependency>
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>org.seleniumhq.selenium</groupId>
|
126 | 126 | <artifactId>selenium-remote-driver</artifactId>
|
127 |
| - <version>4.22.0</version> |
| 127 | + <version>4.24.0</version> |
128 | 128 | <scope>test</scope>
|
129 | 129 | <exclusions>
|
130 | 130 | <!-- Tracing is not needed -->
|
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>org.seleniumhq.selenium</groupId>
|
144 | 144 | <artifactId>selenium-support</artifactId>
|
145 |
| - <version>4.22.0</version> |
| 145 | + <version>4.24.0</version> |
146 | 146 | <scope>test</scope>
|
147 | 147 | </dependency>
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>org.seleniumhq.selenium</groupId>
|
150 | 150 | <artifactId>selenium-firefox-driver</artifactId>
|
151 |
| - <version>4.22.0</version> |
| 151 | + <version>4.24.0</version> |
152 | 152 | <scope>test</scope>
|
153 | 153 | <exclusions>
|
154 | 154 | <!-- No unused, beta-grade, RUST blobs -->
|
|
161 | 161 | <dependency>
|
162 | 162 | <groupId>org.seleniumhq.selenium</groupId>
|
163 | 163 | <artifactId>selenium-chrome-driver</artifactId>
|
164 |
| - <version>4.22.0</version> |
| 164 | + <version>4.24.0</version> |
165 | 165 | <scope>test</scope>
|
166 | 166 | <exclusions>
|
167 | 167 | <!-- No unused, beta-grade, RUST blobs -->
|
|
0 commit comments