From ec42c478dd98df5a2452d91d7fd5a5a7d552b460 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Mon, 9 Sep 2024 12:44:35 +0200 Subject: [PATCH] poi-version 5.3.0 --- CHANGELOG.md | 1 + README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82004e..e2f0abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 17cb8aa..d6eb427 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/pom.xml b/pom.xml index 1a352e7..1f343fa 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 1.6.13 3.2.4 - 5.2.5 + 5.3.0 1.17.0 1.4 2.12.0