We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d8e06 commit 6166f75Copy full SHA for 6166f75
README.md
@@ -224,12 +224,12 @@ The library also takes care of all the exception handling and provides very exte
224
<dependency>
225
<groupId>nl.jiankai</groupId>
226
<artifactId>resultset-mapper</artifactId>
227
- <version>1.6.1</version>
+ <version>1.6.2</version>
228
</dependency>
229
```
230
### Gradle
231
```gradle
232
-implementation 'nl.jiankai:resultset-mapper:1.6.1'
+implementation 'nl.jiankai:resultset-mapper:1.6.2'
233
234
## License
235
See the [LICENSE](https://github.com/jzheng2017/resultset-mapper/blob/main/LICENSE) file for the license rights and limitations (MIT).
0 commit comments