Skip to content

Commit 581c770

Browse files
committed
Version 2.1.4
1 parent e4db4e9 commit 581c770

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class WithEnvironmentVariables {
8080
<dependency>
8181
<groupId>uk.org.webcompere</groupId>
8282
<artifactId>system-stubs-core</artifactId>
83-
<version>2.1.3</version>
83+
<version>2.1.4</version>
8484
</dependency>
8585
```
8686

@@ -90,7 +90,7 @@ class WithEnvironmentVariables {
9090
<dependency>
9191
<groupId>uk.org.webcompere</groupId>
9292
<artifactId>system-stubs-junit4</artifactId>
93-
<version>2.1.3</version>
93+
<version>2.1.4</version>
9494
</dependency>
9595
```
9696

@@ -100,7 +100,7 @@ class WithEnvironmentVariables {
100100
<dependency>
101101
<groupId>uk.org.webcompere</groupId>
102102
<artifactId>system-stubs-jupiter</artifactId>
103-
<version>2.1.3</version>
103+
<version>2.1.4</version>
104104
</dependency>
105105
```
106106

@@ -110,7 +110,7 @@ class WithEnvironmentVariables {
110110
<dependency>
111111
<groupId>uk.org.webcompere</groupId>
112112
<artifactId>system-stubs-testng</artifactId>
113-
<version>2.1.3</version>
113+
<version>2.1.4</version>
114114
</dependency>
115115
```
116116

system-stubs-junit4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project and has been rebuilt from the ground up for this version.
99
<dependency>
1010
<groupId>uk.org.webcompere</groupId>
1111
<artifactId>system-stubs-junit4</artifactId>
12-
<version>2.1.3</version>
12+
<version>2.1.4</version>
1313
</dependency>
1414
```
1515

system-stubs-jupiter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JUnit 5 unit test.
77
<dependency>
88
<groupId>uk.org.webcompere</groupId>
99
<artifactId>system-stubs-jupiter</artifactId>
10-
<version>2.1.3</version>
10+
<version>2.1.4</version>
1111
</dependency>
1212
```
1313

system-stubs-testng/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides some automatic instantiation of System Stubs objects during the test li
66
<dependency>
77
<groupId>uk.org.webcompere</groupId>
88
<artifactId>system-stubs-testng</artifactId>
9-
<version>2.1.3</version>
9+
<version>2.1.4</version>
1010
</dependency>
1111
```
1212

0 commit comments

Comments
 (0)