From 0f906e84bf667b9aa323b7bd211aac9af28951d3 Mon Sep 17 00:00:00 2001 From: safer-bot Date: Wed, 16 Jul 2025 06:03:06 -0300 Subject: [PATCH] add new pom.xml updated by Safer --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index ae3505c..ccc4e86 100644 --- a/pom.xml +++ b/pom.xml @@ -51,33 +51,33 @@ org.apache.httpcomponents.client5 httpclient5 - 5.3 + 5.5 com.fasterxml.jackson.core jackson-core - ${jackson.version} + 2.14.1 com.fasterxml.jackson.core jackson-annotations - ${jackson.version} + 2.14.1 com.fasterxml.jackson.core jackson-databind - ${jackson.version} + 2.14.1 org.apache.tika tika-core - 2.7.0 + 2.9.1 @@ -85,21 +85,21 @@ org.junit.jupiter junit-jupiter-api - ${junit.jupiter.version} + 5.8.2 test org.junit.jupiter junit-jupiter-engine - ${junit.jupiter.version} + 5.8.2 test org.junit.platform junit-platform-runner - ${junit.platform.version} + 1.8.0 test