File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class WithEnvironmentVariables {
80
80
<dependency >
81
81
<groupId >uk.org.webcompere</groupId >
82
82
<artifactId >system-stubs-core</artifactId >
83
- <version >2.1.3 </version >
83
+ <version >2.1.4 </version >
84
84
</dependency >
85
85
```
86
86
@@ -90,7 +90,7 @@ class WithEnvironmentVariables {
90
90
<dependency >
91
91
<groupId >uk.org.webcompere</groupId >
92
92
<artifactId >system-stubs-junit4</artifactId >
93
- <version >2.1.3 </version >
93
+ <version >2.1.4 </version >
94
94
</dependency >
95
95
```
96
96
@@ -100,7 +100,7 @@ class WithEnvironmentVariables {
100
100
<dependency >
101
101
<groupId >uk.org.webcompere</groupId >
102
102
<artifactId >system-stubs-jupiter</artifactId >
103
- <version >2.1.3 </version >
103
+ <version >2.1.4 </version >
104
104
</dependency >
105
105
```
106
106
@@ -110,7 +110,7 @@ class WithEnvironmentVariables {
110
110
<dependency >
111
111
<groupId >uk.org.webcompere</groupId >
112
112
<artifactId >system-stubs-testng</artifactId >
113
- <version >2.1.3 </version >
113
+ <version >2.1.4 </version >
114
114
</dependency >
115
115
```
116
116
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ project and has been rebuilt from the ground up for this version.
9
9
<dependency >
10
10
<groupId >uk.org.webcompere</groupId >
11
11
<artifactId >system-stubs-junit4</artifactId >
12
- <version >2.1.3 </version >
12
+ <version >2.1.4 </version >
13
13
</dependency >
14
14
```
15
15
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ JUnit 5 unit test.
7
7
<dependency >
8
8
<groupId >uk.org.webcompere</groupId >
9
9
<artifactId >system-stubs-jupiter</artifactId >
10
- <version >2.1.3 </version >
10
+ <version >2.1.4 </version >
11
11
</dependency >
12
12
```
13
13
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Provides some automatic instantiation of System Stubs objects during the test li
6
6
<dependency >
7
7
<groupId >uk.org.webcompere</groupId >
8
8
<artifactId >system-stubs-testng</artifactId >
9
- <version >2.1.3 </version >
9
+ <version >2.1.4 </version >
10
10
</dependency >
11
11
```
12
12
You can’t perform that action at this time.
0 commit comments