File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ This library is available in [Maven Central](https://mvnrepository.com/artifact/
2222<dependency>
2323 <groupId>io.github.millij</groupId>
2424 <artifactId>poi-object-mapper</artifactId>
25- <version>1.0 .0</version>
25+ <version>2.1 .0</version>
2626</dependency>
2727```
2828
2929To install manually, please check the [ releases] ( https://github.com/millij/poi-object-mapper/releases ) page for available versions and change log.
3030
3131#### Dependencies
3232
33- The current implementation uses ** POI version 4.0.1 ** .
33+ The current implementation uses ** POI version 4.1.2 ** .
3434
3535
3636## Usage
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313group = ' io.github.millij'
14- version = ' 2.0 .0'
14+ version = ' 2.1 .0'
1515
1616
1717dependencies {
You can’t perform that action at this time.
0 commit comments