From 25f79712462c58404fd7b827c0b7227436d05274 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Jan 2022 12:44:21 +0000 Subject: [PATCH] Resolve vulnerability alerts in Data REST sample --- samples/rest-notes-spring-data-rest/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index a0fddd78..8bb5ed4f 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -55,7 +55,7 @@ com.h2database h2 - 1.4.200 + 2.0.206 runtime @@ -74,7 +74,7 @@ junit junit - 4.12 + 4.13.1 test