Skip to content

Commit

Permalink
Update docs 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Nov 12, 2023
1 parent a836b9d commit 5b1d04f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand All @@ -90,7 +90,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-junit4</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand All @@ -100,7 +100,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand All @@ -110,7 +110,7 @@ class WithEnvironmentVariables {
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-testng</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion system-stubs-junit4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project and has been rebuilt from the ground up for this version.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-junit4</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion system-stubs-jupiter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JUnit 5 unit test.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion system-stubs-testng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Provides some automatic instantiation of System Stubs objects during the test li
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-testng</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand Down

0 comments on commit 5b1d04f

Please sign in to comment.