From 3100cd70351feaa7bae4843049e42d7c6358e709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 01:59:48 +0000 Subject: [PATCH] chore(deps): update dependency org.hibernate.reactive:hibernate-reactive-core to v4.1.3.final --- libs.example.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index c79b3e2b2..a91a6a0fc 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -22,7 +22,7 @@ spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", v hibernate7-core = { module = "org.hibernate:hibernate-core", version = "7.1.4.Final" } # hibernate-reactive -hibernate-reactive4-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "4.1.2.Final" } +hibernate-reactive4-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "4.1.3.Final" } # eclipse-link eclipselink4 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "4.0.8" }