File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.junit.jupiter</groupId >
58
58
<artifactId >junit-jupiter</artifactId >
59
- <version >5.10.2 </version >
59
+ <version >5.10.3 </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
96
96
<plugin >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-surefire-plugin</artifactId >
99
- <version >3.2.5 </version >
99
+ <version >3.3.0 </version >
100
100
</plugin >
101
101
<!-- Plugin to run functional tests -->
102
102
<plugin >
103
103
<groupId >org.apache.maven.plugins</groupId >
104
104
<artifactId >maven-failsafe-plugin</artifactId >
105
- <version >3.2.5 </version >
105
+ <version >3.3.0 </version >
106
106
<configuration >
107
107
<systemPropertyVariables >
108
108
<inventory .service.root>${inventory.service.root} </inventory .service.root>
Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
44
<artifactId >junit-jupiter</artifactId >
45
- <version >5.10.2 </version >
45
+ <version >5.10.3 </version >
46
46
<scope >test</scope >
47
47
</dependency >
48
48
<dependency >
77
77
<plugin >
78
78
<groupId >org.apache.maven.plugins</groupId >
79
79
<artifactId >maven-surefire-plugin</artifactId >
80
- <version >3.2.5 </version >
80
+ <version >3.3.0 </version >
81
81
</plugin >
82
82
<!-- Plugin to run functional tests -->
83
83
<plugin >
84
84
<groupId >org.apache.maven.plugins</groupId >
85
85
<artifactId >maven-failsafe-plugin</artifactId >
86
- <version >3.2.5 </version >
86
+ <version >3.3.0 </version >
87
87
<configuration >
88
88
<systemPropertyVariables >
89
89
<system .service.root>${system.service.root} </system .service.root>
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >org.junit.jupiter</groupId >
53
53
<artifactId >junit-jupiter</artifactId >
54
- <version >5.10.2 </version >
54
+ <version >5.10.3 </version >
55
55
<scope >test</scope >
56
56
</dependency >
57
57
<dependency >
91
91
<plugin >
92
92
<groupId >org.apache.maven.plugins</groupId >
93
93
<artifactId >maven-surefire-plugin</artifactId >
94
- <version >3.2.5 </version >
94
+ <version >3.3.0 </version >
95
95
</plugin >
96
96
<!-- Plugin to run functional tests -->
97
97
<plugin >
98
98
<groupId >org.apache.maven.plugins</groupId >
99
99
<artifactId >maven-failsafe-plugin</artifactId >
100
- <version >3.2.5 </version >
100
+ <version >3.3.0 </version >
101
101
<configuration >
102
102
<systemPropertyVariables >
103
103
<inventory .service.root>${inventory.service.root} </inventory .service.root>
Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
44
<artifactId >junit-jupiter</artifactId >
45
- <version >5.10.2 </version >
45
+ <version >5.10.3 </version >
46
46
<scope >test</scope >
47
47
</dependency >
48
48
<dependency >
77
77
<plugin >
78
78
<groupId >org.apache.maven.plugins</groupId >
79
79
<artifactId >maven-surefire-plugin</artifactId >
80
- <version >3.2.5 </version >
80
+ <version >3.3.0 </version >
81
81
</plugin >
82
82
<!-- Plugin to run functional tests -->
83
83
<plugin >
84
84
<groupId >org.apache.maven.plugins</groupId >
85
85
<artifactId >maven-failsafe-plugin</artifactId >
86
- <version >3.2.5 </version >
86
+ <version >3.3.0 </version >
87
87
<configuration >
88
88
<systemPropertyVariables >
89
89
<system .service.root>${system.service.root} </system .service.root>
You can’t perform that action at this time.
0 commit comments