From b0f283ad5078018d68230b0779bfbd80eb325b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:02:45 +0000 Subject: [PATCH] Bump io.hypersistence:hypersistence-utils-hibernate-70 in /kotlin Bumps [io.hypersistence:hypersistence-utils-hibernate-70](https://github.com/vladmihalcea/hypersistence-utils) from 3.14.1 to 3.15.1. - [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt) - [Commits](https://github.com/vladmihalcea/hypersistence-utils/compare/hypersistence-utils-parent-3.14.1...hypersistence-utils-parent-3.15.1) --- updated-dependencies: - dependency-name: io.hypersistence:hypersistence-utils-hibernate-70 dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/gradle/libs.versions.toml b/kotlin/gradle/libs.versions.toml index ba8614cf..84622179 100644 --- a/kotlin/gradle/libs.versions.toml +++ b/kotlin/gradle/libs.versions.toml @@ -26,7 +26,7 @@ cloudevents = "4.0.1" # https://jdriven.com/blog/2024/07/CloudEvents-in-practice commons-lang = "3.20.0" flyway = "11.20.3" greenmail = "2.1.8" -hypersistence = "3.14.1" +hypersistence = "3.15.1" # jackson: avoid "2.16.1" with spring 3.2.2 (issues with .sonMappingException at JacksonModule.scala:61) # Check spring boot dependency table for supported version, e.g. https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html jackson = "2.20.1"