Skip to content

Commit 0b461af

Browse files
committed
[v2.x.x]: updated the artifact version from 2.0.0 to 2.1.0
1 parent 3cd9fd1 commit 0b461af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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 {

0 commit comments

Comments
 (0)