From 0a799c64fdbd0ed8990c972d2f37b6561e596aa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:30:38 +0900 Subject: [PATCH] chore(deps): update dependency org.hibernate.reactive:hibernate-reactive-core to v2.2.2.final (#580) * chore(deps): update dependency org.hibernate.reactive:hibernate-reactive-core to v2.2.2.final --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hyunsik Kang --- 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 58d56ed1b..b621111e1 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -32,7 +32,7 @@ hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.2.Fi # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" } -hibernate-reactive2-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "2.2.1.Final" } +hibernate-reactive2-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "2.2.2.Final" } # eclipse-link eclipselink2 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "2.7.14" }