Skip to content

Commit

Permalink
Upgrade readme for 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firegloves committed Jul 2, 2024
1 parent 9ab52ec commit 4397262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A short <a href="https://medium.com/@lucorset/mempoi-a-mempo-mask-for-apache-poi
#### With Gradle

```Groovy
implementation group: 'it.firegloves', name: 'mempoi', version: '1.10.0'
implementation group: 'it.firegloves', name: 'mempoi', version: '1.10.1'
```

#### With Maven
Expand All @@ -58,12 +58,15 @@ implementation group: 'it.firegloves', name: 'mempoi', version: '1.10.0'
<dependency>
<groupId>it.firegloves</groupId>
<artifactId>mempoi</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
```

--

### What's new in 1.10.1
- Vulnerable dependencies fix

### What's new in 1.10.0
- NEW FUNCTIONALITY - [Ignore columns](#ignore-columns)
- NEW FUNCTIONALITY - [Rearrange columns](#rearrange-columns)
Expand Down Expand Up @@ -1181,7 +1184,7 @@ MemPOI comes with Apache POI 5.2.2 bundled. If you need to use a different versi
#### This is an example using Gradle:

```Groovy
implementation (group: 'it.firegloves', name: 'mempoi', version: '1.10.0') {
implementation (group: 'it.firegloves', name: 'mempoi', version: '1.10.1') {
exclude group: 'org.apache.poi', module: 'poi-ooxml'
}

Expand All @@ -1194,7 +1197,7 @@ implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '4.0.1'
<dependency>
<groupId>it.firegloves</groupId>
<artifactId>mempoi</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.poi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'it.firegloves'
version '1.10.0'
version '1.10.1'


java {
Expand Down

0 comments on commit 4397262

Please sign in to comment.