Skip to content

Commit 674c22e

Browse files
committed
Merge branch 'v2.x.x'
2 parents ebd4d80 + 0b461af commit 674c22e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

2929
To 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

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
group = 'io.github.millij'
14-
version = '2.0.0'
14+
version = '2.1.0'
1515

1616

1717
dependencies {
@@ -27,8 +27,8 @@ dependencies {
2727
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
2828

2929
// 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'
3232

3333

3434
// Test compile

0 commit comments

Comments
 (0)