Skip to content

Commit

Permalink
Merge branch 'v2.x.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
millij committed Dec 19, 2023
2 parents ebd4d80 + 0b461af commit 674c22e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ This library is available in [Maven Central](https://mvnrepository.com/artifact/
<dependency>
<groupId>io.github.millij</groupId>
<artifactId>poi-object-mapper</artifactId>
<version>1.0.0</version>
<version>2.1.0</version>
</dependency>
```

To install manually, please check the [releases](https://github.com/millij/poi-object-mapper/releases) page for available versions and change log.

#### Dependencies

The current implementation uses **POI version 4.0.1**.
The current implementation uses **POI version 4.1.2**.


## Usage
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group = 'io.github.millij'
version = '2.0.0'
version = '2.1.0'


dependencies {
Expand All @@ -27,8 +27,8 @@ dependencies {
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'

// Apache POI
compile group: 'org.apache.poi', name: 'poi', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi-ooxml', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi', version: '4.1.2'
compile group: 'org.apache.poi', name: 'poi-ooxml', version: '4.1.2'


// Test compile
Expand Down

0 comments on commit 674c22e

Please sign in to comment.