diff --git a/samples/rest-notes-slate/build.gradle b/samples/rest-notes-slate/build.gradle
index 85c02359..28ece4af 100644
--- a/samples/rest-notes-slate/build.gradle
+++ b/samples/rest-notes-slate/build.gradle
@@ -28,7 +28,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
dependencies {
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M4")
- implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml
index d4134466..bf89f9c0 100644
--- a/samples/rest-notes-spring-data-rest/pom.xml
+++ b/samples/rest-notes-spring-data-rest/pom.xml
@@ -38,7 +38,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.1
+ 2.13.3
jakarta.servlet
diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle
index 21c9facc..8691b745 100644
--- a/samples/rest-notes-spring-hateoas/build.gradle
+++ b/samples/rest-notes-spring-hateoas/build.gradle
@@ -33,7 +33,7 @@ dependencies {
implementation platform("org.springframework:spring-framework-bom:6.0.0-M4")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M4")
- implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
diff --git a/spring-restdocs-platform/build.gradle b/spring-restdocs-platform/build.gradle
index f99a1681..4f3d9707 100644
--- a/spring-restdocs-platform/build.gradle
+++ b/spring-restdocs-platform/build.gradle
@@ -25,6 +25,6 @@ dependencies {
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
api("org.mockito:mockito-core:4.2.0")
}
- api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.13.1"))
+ api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.13.3"))
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
}