File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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/
22
22
<dependency>
23
23
<groupId>io.github.millij</groupId>
24
24
<artifactId>poi-object-mapper</artifactId>
25
- <version>1.0 .0</version>
25
+ <version>2.1 .0</version>
26
26
</dependency>
27
27
```
28
28
29
29
To install manually, please check the [ releases] ( https://github.com/millij/poi-object-mapper/releases ) page for available versions and change log.
30
30
31
31
#### Dependencies
32
32
33
- The current implementation uses ** POI version 4.0.1 ** .
33
+ The current implementation uses ** POI version 4.1.2 ** .
34
34
35
35
36
36
## Usage
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
}
12
12
13
13
group = ' io.github.millij'
14
- version = ' 2.0 .0'
14
+ version = ' 2.1 .0'
15
15
16
16
17
17
dependencies {
@@ -27,8 +27,8 @@ dependencies {
27
27
compile group : ' commons-beanutils' , name : ' commons-beanutils' , version : ' 1.9.3'
28
28
29
29
// Apache POI
30
- compile group : ' org.apache.poi' , name : ' poi' , version : ' 4.0.1 '
31
- compile group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 4.0.1 '
30
+ compile group : ' org.apache.poi' , name : ' poi' , version : ' 4.1.2 '
31
+ compile group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 4.1.2 '
32
32
33
33
34
34
// Test compile
You can’t perform that action at this time.
0 commit comments