From 992321956fc1c1209b9ca3c8c51e991319eef8d7 Mon Sep 17 00:00:00 2001 From: safer-bot Date: Wed, 16 Jul 2025 19:52:04 -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 b33e710..9023958 100755 --- a/pom.xml +++ b/pom.xml @@ -225,47 +225,47 @@ io.r2dbc r2dbc-spi - ${r2dbc.version} + 1.0.0.RELEASE com.oracle.database.jdbc ojdbc11 - ${ojdbc.version} + 23.6.0.24.10 io.projectreactor reactor-core - ${reactor.version} + 3.6.11 org.reactivestreams reactive-streams - ${reactive-streams.version} + 1.0.3 io.r2dbc r2dbc-spi-test - ${r2dbc.version} + 1.0.0.RELEASE test org.junit.jupiter junit-jupiter-api - ${junit.version} + 5.9.1 test org.junit.jupiter junit-jupiter-engine - ${junit.version} + 5.9.1 test org.springframework spring-jdbc - ${spring-jdbc.version} + 5.3.20 test