Skip to content

Commit b1bc631

Browse files
committed
Merge branch 'master' of github.com:approvals/ApprovalTests.Java
2 parents d9628dd + eb3eaa1 commit b1bc631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ If you're using Maven, add this to your pom file:
6262
<dependency>
6363
<groupId>com.approvaltests</groupId>
6464
<artifactId>approvaltests</artifactId>
65-
<version>12.3.2</version>
65+
<version>12.3.3</version>
6666
</dependency>
6767
```
6868

6969
### Gradle
7070

7171
```gradle
7272
dependencies {
73-
testImplementation("com.approvaltests:approvaltests:12.3.2")
73+
testImplementation("com.approvaltests:approvaltests:12.3.3")
7474
}
7575
```
7676

0 commit comments

Comments
 (0)