Skip to content

Commit 414d402

Browse files
committed
Version 2023.03.08: Bump dependencies
1 parent d2c717f commit 414d402

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

Diff for: mrchecker-framework-modules/mrchecker-cli-module/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<artifactId>mrchecker-test-framework</artifactId>
88
<groupId>com.capgemini.mrchecker</groupId>
9-
<version>2023.03.07</version>
9+
<version>2023.03.08</version>
1010
</parent>
1111

1212
<artifactId>mrchecker-cli-module</artifactId>
13-
<version>2023.03.07</version>
13+
<version>2023.03.08</version>
1414
<packaging>jar</packaging>
1515
<name>MrChecker - CLI - Module</name>
1616
<description>MrChecker CLI Module supports:
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>${project.groupId}</groupId>
6262
<artifactId>mrchecker-core-module</artifactId>
63-
<version>2023.03.07</version>
63+
<version>2023.03.08</version>
6464
</dependency>
6565
</dependencies>
6666

Diff for: mrchecker-framework-modules/mrchecker-core-module/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>mrchecker-test-framework</artifactId>
99
<groupId>com.capgemini.mrchecker</groupId>
10-
<version>2023.03.07</version>
10+
<version>2023.03.08</version>
1111
</parent>
1212

1313
<artifactId>mrchecker-core-module</artifactId>
14-
<version>2023.03.07</version>
14+
<version>2023.03.08</version>
1515
<packaging>jar</packaging>
1616
<name>MrChecker - Test core - Module</name>
1717
<description>MrChecker Test Framework Core is responsible for:
@@ -59,16 +59,16 @@
5959
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
6060

6161
<!-- Logger -->
62-
<log4j.version>2.19.0</log4j.version>
62+
<log4j.version>2.20.0</log4j.version>
6363
<slf4j.version>2.0.6</slf4j.version>
6464

6565
<!-- Cucumber version -->
66-
<cucumber.version>7.8.1</cucumber.version>
67-
<gherkin.cucumber.version>25.0.2</gherkin.cucumber.version>
68-
<cucumber-reporting.version>5.7.4</cucumber-reporting.version>
66+
<cucumber.version>7.11.1</cucumber.version>
67+
<gherkin.cucumber.version>26.0.3</gherkin.cucumber.version>
68+
<cucumber-reporting.version>5.7.5</cucumber-reporting.version>
6969

7070
<!--GSON-->
71-
<gson.version>2.10</gson.version>
71+
<gson.version>2.10.1</gson.version>
7272
<!--ASSERTJ-->
7373
<assertj.core.version>3.24.2</assertj.core.version>
7474
</properties>

Diff for: mrchecker-framework-modules/mrchecker-database-module/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<artifactId>mrchecker-test-framework</artifactId>
88
<groupId>com.capgemini.mrchecker</groupId>
9-
<version>2023.03.07</version>
9+
<version>2023.03.08</version>
1010
</parent>
1111

1212
<artifactId>mrchecker-database-module</artifactId>
13-
<version>2023.03.07</version>
13+
<version>2023.03.08</version>
1414
<packaging>jar</packaging>
1515
<name>MrChecker - Database - Module</name>
1616
<description>MrChecker Database Module:
@@ -70,17 +70,17 @@
7070
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
7171

7272
<jpa.version>2.2</jpa.version>
73-
<hibernate-core.version>6.1.6.Final</hibernate-core.version>
74-
<mysql-connector-java.version>8.0.30</mysql-connector-java.version>
75-
<byte-buddy.version>1.12.19</byte-buddy.version>
73+
<hibernate-core.version>6.1.7.Final</hibernate-core.version>
74+
<mysql-connector-java.version>8.0.32</mysql-connector-java.version>
75+
<byte-buddy.version>1.14.0</byte-buddy.version>
7676
</properties>
7777

7878
<dependencies>
7979
<!-- Dependency to other MrChecker Test Framework modules -->
8080
<dependency>
8181
<groupId>${project.groupId}</groupId>
8282
<artifactId>mrchecker-core-module</artifactId>
83-
<version>2023.03.07</version>
83+
<version>2023.03.08</version>
8484
</dependency>
8585

8686
<!-- JPA dependencies -->

Diff for: mrchecker-framework-modules/mrchecker-mobile-module/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>mrchecker-test-framework</artifactId>
99
<groupId>com.capgemini.mrchecker</groupId>
10-
<version>2023.03.07</version>
10+
<version>2023.03.08</version>
1111
</parent>
1212

1313
<artifactId>mrchecker-mobile-module</artifactId>
14-
<version>2023.03.07</version>
14+
<version>2023.03.08</version>
1515
<packaging>jar</packaging>
1616
<name>MrChecker - Mobile - Module</name>
1717
<description>MrChecker Test Framework name supports:
@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>${project.groupId}</groupId>
5454
<artifactId>mrchecker-core-module</artifactId>
55-
<version>2023.03.07</version>
55+
<version>2023.03.08</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>${project.groupId}</groupId>
5959
<artifactId>mrchecker-selenium-module</artifactId>
60-
<version>2023.03.07</version>
60+
<version>2023.03.08</version>
6161
</dependency>
6262

6363
<!--This dependency is necessary for Appium plugin. -->

Diff for: mrchecker-framework-modules/mrchecker-playwright-module/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>mrchecker-test-framework</artifactId>
99
<groupId>com.capgemini.mrchecker</groupId>
10-
<version>2023.03.07</version>
10+
<version>2023.03.08</version>
1111
</parent>
1212

1313
<artifactId>mrchecker-playwright-module</artifactId>
14-
<version>2023.03.07</version>
14+
<version>2023.03.08</version>
1515
<packaging>jar</packaging>
1616
<name>MrChecker - Playwright - Module</name>
1717
<description>MrChecker Test Framework Playwright</description>
@@ -48,7 +48,7 @@
4848
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
4949

5050
<!-- PLAYWRIGHT -->
51-
<playwright.verion>1.29.0</playwright.verion>
51+
<playwright.verion>1.31.0</playwright.verion>
5252

5353
<!-- Guava is a set of core libraries -->
5454
<google.guava.version>31.1-jre</google.guava.version>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>${project.groupId}</groupId>
7070
<artifactId>mrchecker-core-module</artifactId>
71-
<version>2023.03.07</version>
71+
<version>2023.03.08</version>
7272
</dependency>
7373

7474
<!--This dependency is necessary for Playwright plugin. -->

Diff for: mrchecker-framework-modules/mrchecker-security-module/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>mrchecker-test-framework</artifactId>
99
<groupId>com.capgemini.mrchecker</groupId>
10-
<version>2023.03.07</version>
10+
<version>2023.03.08</version>
1111
</parent>
1212

1313
<artifactId>mrchecker-security-module</artifactId>
14-
<version>2023.03.07</version>
14+
<version>2023.03.08</version>
1515
<packaging>jar</packaging>
1616
<name>MrChecker - Security - Module</name>
1717
<description>MrChecker Test Framework Security supports:
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>${project.groupId}</groupId>
6565
<artifactId>mrchecker-core-module</artifactId>
66-
<version>2023.03.07</version>
66+
<version>2023.03.08</version>
6767
</dependency>
6868

6969
<!-- Needed to perform all API calls -->

Diff for: mrchecker-framework-modules/mrchecker-selenium-module/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>mrchecker-test-framework</artifactId>
99
<groupId>com.capgemini.mrchecker</groupId>
10-
<version>2023.03.07</version>
10+
<version>2023.03.08</version>
1111
</parent>
1212

1313
<artifactId>mrchecker-selenium-module</artifactId>
14-
<version>2023.03.07</version>
14+
<version>2023.03.08</version>
1515
<packaging>jar</packaging>
1616
<name>MrChecker - Selenium - Module</name>
1717
<description>MrChecker Test Framework Selenium supports:
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>${project.groupId}</groupId>
100100
<artifactId>mrchecker-core-module</artifactId>
101-
<version>2023.03.07</version>
101+
<version>2023.03.08</version>
102102
</dependency>
103103

104104
<!--This dependency is necessary for Selenium plugin. -->

Diff for: mrchecker-framework-modules/mrchecker-webapi-module/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>mrchecker-test-framework</artifactId>
99
<groupId>com.capgemini.mrchecker</groupId>
10-
<version>2023.03.07</version>
10+
<version>2023.03.08</version>
1111
</parent>
1212

1313
<artifactId>mrchecker-webapi-module</artifactId>
14-
<version>2023.03.07</version>
14+
<version>2023.03.08</version>
1515
<packaging>jar</packaging>
1616
<name>MrChecker - WebApi - Module</name>
1717
<description>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>${project.groupId}</groupId>
8282
<artifactId>mrchecker-core-module</artifactId>
83-
<version>2023.03.07</version>
83+
<version>2023.03.08</version>
8484
</dependency>
8585

8686
<!-- Dependency to REST and SOAP lib -->

Diff for: mrchecker-framework-modules/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.capgemini.mrchecker</groupId>
77
<artifactId>mrchecker-test-framework</artifactId>
8-
<version>2023.03.07</version>
8+
<version>2023.03.08</version>
99
<name>MrChecker</name>
1010
<description>MrChecker Test Framework is an automated testing framework for functional testing of web applications,
1111
native mobile apps, webservices and database.
@@ -96,10 +96,10 @@
9696

9797
<!-- Tests executors -->
9898
<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>
100100

101101
<!-- Test tools -->
102-
<mockito.version>4.8.0</mockito.version>
102+
<mockito.version>4.11.0</mockito.version>
103103
<hamcrest.version>2.2</hamcrest.version>
104104
<junit.jupiter.version>5.9.2</junit.jupiter.version>
105105
<junit.platform.version>1.9.2</junit.platform.version>
@@ -114,10 +114,10 @@
114114
<guice.version>5.1.0</guice.version>
115115

116116
<!-- JSON support java 1.8 -->
117-
<org.json.version>20220924</org.json.version>
117+
<org.json.version>20230227</org.json.version>
118118

119119
<!-- Hashes sensitive data -->
120-
<org.jasypt.version>1.9.2</org.jasypt.version>
120+
<org.jasypt.version>1.9.3</org.jasypt.version>
121121

122122
<jackson-databind.version>2.14.2</jackson-databind.version>
123123

@@ -130,9 +130,9 @@
130130

131131
<!-- Allure Annotations -->
132132
<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>
136136
<allure-maven.version>2.12.0</allure-maven.version>
137137
</properties>
138138

0 commit comments

Comments
 (0)