|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>com.capgemini.mrchecker</groupId>
|
7 | 7 | <artifactId>mrchecker-test-framework</artifactId>
|
8 |
| - <version>2023.03.07</version> |
| 8 | + <version>2023.03.08</version> |
9 | 9 | <name>MrChecker</name>
|
10 | 10 | <description>MrChecker Test Framework is an automated testing framework for functional testing of web applications,
|
11 | 11 | native mobile apps, webservices and database.
|
|
96 | 96 |
|
97 | 97 | <!-- Tests executors -->
|
98 | 98 | <maven-surefire-plugin.version>3.0.0-M9</maven-surefire-plugin.version>
|
99 |
| - <surefire.provider.version>3.0.0-M9</surefire.provider.version> |
| 99 | + <surefire.provider.version>1.3.2</surefire.provider.version> |
100 | 100 |
|
101 | 101 | <!-- Test tools -->
|
102 |
| - <mockito.version>4.8.0</mockito.version> |
| 102 | + <mockito.version>4.11.0</mockito.version> |
103 | 103 | <hamcrest.version>2.2</hamcrest.version>
|
104 | 104 | <junit.jupiter.version>5.9.2</junit.jupiter.version>
|
105 | 105 | <junit.platform.version>1.9.2</junit.platform.version>
|
|
114 | 114 | <guice.version>5.1.0</guice.version>
|
115 | 115 |
|
116 | 116 | <!-- JSON support java 1.8 -->
|
117 |
| - <org.json.version>20220924</org.json.version> |
| 117 | + <org.json.version>20230227</org.json.version> |
118 | 118 |
|
119 | 119 | <!-- Hashes sensitive data -->
|
120 |
| - <org.jasypt.version>1.9.2</org.jasypt.version> |
| 120 | + <org.jasypt.version>1.9.3</org.jasypt.version> |
121 | 121 |
|
122 | 122 | <jackson-databind.version>2.14.2</jackson-databind.version>
|
123 | 123 |
|
|
130 | 130 |
|
131 | 131 | <!-- Allure Annotations -->
|
132 | 132 | <aspectj.version>1.9.19</aspectj.version>
|
133 |
| - <allure-junit5.version>2.20.1</allure-junit5.version> |
134 |
| - <allure-java-commons.version>2.20.1</allure-java-commons.version> |
135 |
| - <allure-junit-platform.version>2.20.1</allure-junit-platform.version> |
| 133 | + <allure-junit5.version>2.21.0</allure-junit5.version> |
| 134 | + <allure-java-commons.version>2.21.0</allure-java-commons.version> |
| 135 | + <allure-junit-platform.version>2.21.0</allure-junit-platform.version> |
136 | 136 | <allure-maven.version>2.12.0</allure-maven.version>
|
137 | 137 | </properties>
|
138 | 138 |
|
|
0 commit comments