Skip to content

Commit 87137c4

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v1.3.2'.
1 parent ac03522 commit 87137c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following Maven dependency:
2626
<dependency>
2727
<groupId>io.zonky.test</groupId>
2828
<artifactId>embedded-database-spring-test</artifactId>
29-
<version>1.3.1</version>
29+
<version>1.3.2</version>
3030
<scope>test</scope>
3131
</dependency>
3232
```
@@ -220,7 +220,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
220220
<dependency>
221221
<groupId>io.zonky.test</groupId>
222222
<artifactId>embedded-database-spring-test</artifactId>
223-
<version>1.3.1</version>
223+
<version>1.3.2</version>
224224
<scope>test</scope>
225225
<exclusions>
226226
<exclusion>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.4.0-SNAPSHOT
1+
version=1.3.2

0 commit comments

Comments
 (0)