Skip to content

Commit

Permalink
poi-version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 9, 2024
1 parent 02fb3ae commit ec42c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- junit-jupiter-versio set to 5.11.0-M2
- graalvm-mvn-native-version set to 0.10.2
- build-helper-maven-plugin-version set to 3.6.0
- poi-version 5.3.0

## [1.6.5] - 2024-05-05

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Main parent pom of fugerit-org projects.
| log4j2-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.23.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api.svg)](https://central.sonatype.com/artifact/org.apache.logging.log4j/log4j-api) |
| nexus-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.6.13-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.sonatype.plugins/nexus-staging-maven-plugin.svg)](https://central.sonatype.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin) |
| mvn-gpg-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.4-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-gpg-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-gpg-plugin) |
| poi-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v5.2.5-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.poi/poi.svg)](https://central.sonatype.com/artifact/org.apache.poi/poi) |
| poi-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v5.3.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.poi/poi.svg)](https://central.sonatype.com/artifact/org.apache.poi/poi) |
| common-codec-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.17.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-codec/commons-codec.svg)](https://central.sonatype.com/artifact/commons-codec/commons-codec) |
| dbcp-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.4-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-dbcp/commons-dbcp.svg)](https://central.sonatype.com/artifact/commons-dbcp/commons-dbcp) |
| dbcp2-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.12.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-dbcp2.svg)](https://central.sonatype.com/artifact/org.apache.commons/commons-dbcp2) |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<nexus-version>1.6.13</nexus-version>
<mvn-gpg-version>3.2.4</mvn-gpg-version>
<!-- other library dependancies -->
<poi-version>5.2.5</poi-version>
<poi-version>5.3.0</poi-version>
<common-codec-version>1.17.0</common-codec-version>
<dbcp-version>1.4</dbcp-version> <!-- dbcp should be avoided, use dbcp2 -->
<dbcp2-version>2.12.0</dbcp2-version>
Expand Down

0 comments on commit ec42c47

Please sign in to comment.