1 parent bf271da commit 03c923cCopy full SHA for 03c923c
1 file changed
README.md
@@ -54,14 +54,14 @@ To use Jackcess in your project, add the following dependency.
54
<dependency>
55
<groupId>io.github.spannm</groupId>
56
<artifactId>jackcess</artifactId>
57
- <version>5.1.5</version>
+ <version>5.1.6</version>
58
</dependency>
59
```
60
61
### Gradle (Groovy / `build.gradle`)
62
63
```groovy
64
-implementation 'io.github.spannm:jackcess:5.1.5'
+implementation 'io.github.spannm:jackcess:5.1.6'
65
66
67
## 🚦 Usage Example
0 commit comments