|
34 | 34 |
|
35 | 35 | <httpcomponents.version>4.5.14</httpcomponents.version> |
36 | 36 | <commons-lang3.version>3.17.0</commons-lang3.version> |
37 | | - <commons-io.version>2.18.0</commons-io.version> |
| 37 | + <commons-io.version>2.19.0</commons-io.version> |
38 | 38 | <commons-logging.version>1.3.5</commons-logging.version> |
39 | 39 | <brotli.version>0.1.2</brotli.version> |
40 | 40 |
|
41 | | - |
| 41 | + <!-- selenium --> |
42 | 42 | <htmlunitdriver.version>4.31.0-SNAPSHOT</htmlunitdriver.version> |
43 | 43 | <selenium.version>4.31.0</selenium.version> |
44 | | - <selenium.devtools.artifactId>selenium-devtools-v134</selenium.devtools.artifactId> |
| 44 | + <selenium.devtools.artifactId>selenium-devtools-v135</selenium.devtools.artifactId> |
45 | 45 |
|
| 46 | + <!-- test dependencies --> |
| 47 | + <junit.version>4.13.2</junit.version> |
46 | 48 | <jetty.version>9.4.57.v20241219</jetty.version> |
47 | 49 | <quercus.version>4.0.66</quercus.version> |
48 | 50 | <log4j.version>2.24.3</log4j.version> |
49 | 51 | <slf4j.version>2.0.17</slf4j.version> |
| 52 | + <commons-text.version>1.13.1</commons-text.version> |
50 | 53 | <commons-fileupload.version>1.5</commons-fileupload.version> |
51 | 54 | <image-comparison.version>4.4.0</image-comparison.version> |
52 | 55 | <jfreechart.version>1.5.5</jfreechart.version> |
53 | 56 |
|
54 | | - <checkstyle.version>10.22.0</checkstyle.version> |
| 57 | + <!-- quality --> |
| 58 | + <checkstyle.version>10.23.0</checkstyle.version> |
55 | 59 | <spotbugs.version>4.9.3</spotbugs.version> |
56 | 60 | <pmd.version>7.12.0</pmd.version> |
57 | | - <junit.version>4.13.2</junit.version> |
58 | 61 | <archunit.version>1.4.0</archunit.version> |
59 | 62 | <dependencycheck.version>10.0.4</dependencycheck.version> |
60 | 63 | </properties> |
|
1368 | 1371 | <dependency> |
1369 | 1372 | <groupId>org.apache.commons</groupId> |
1370 | 1373 | <artifactId>commons-text</artifactId> |
1371 | | - <version>1.13.0</version> |
| 1374 | + <version>${commons-text.version}</version> |
1372 | 1375 | <scope>test</scope> |
1373 | 1376 | <exclusions> |
1374 | 1377 | <exclusion> |
|
0 commit comments