Skip to content

Commit

Permalink
Update version in README.md to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 2, 2024
1 parent dc9be4c commit c61f466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
### Gradle

```groovy
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.3.0"
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.4.0"
```

### Maven
Expand All @@ -37,7 +37,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.3.0"
<dependency>
<groupId>org.firebirdsql</groupId>
<artifactId>firebird-testcontainers-java</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit c61f466

Please sign in to comment.