Skip to content

Commit 03c923c

Browse files
committed
docs: bump README dependency snippets to 5.1.6
Align the Maven/Gradle install snippets with the current pom.xml version ahead of the upcoming release.
1 parent bf271da commit 03c923c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ To use Jackcess in your project, add the following dependency.
5454
<dependency>
5555
<groupId>io.github.spannm</groupId>
5656
<artifactId>jackcess</artifactId>
57-
<version>5.1.5</version>
57+
<version>5.1.6</version>
5858
</dependency>
5959
```
6060

6161
### Gradle (Groovy / `build.gradle`)
6262

6363
```groovy
64-
implementation 'io.github.spannm:jackcess:5.1.5'
64+
implementation 'io.github.spannm:jackcess:5.1.6'
6565
```
6666

6767
## 🚦 Usage Example

0 commit comments

Comments
 (0)