From a72a767bcfc5ca9cb2b53f5c80a0683e54d345ea Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 13 Oct 2022 09:04:30 +0200 Subject: [PATCH] Switch to Jackson Hibernate module 2.13.4. This is because the micropatch hasn't released the Hibernate module. See #2180 --- spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml index b257fa851..16b666f81 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml @@ -59,7 +59,7 @@ com.fasterxml.jackson.datatype jackson-datatype-hibernate5-jakarta - ${jackson} + 2.13.4