From dbaae18352bea0319913e40858ef32f492bb2bc3 Mon Sep 17 00:00:00 2001 From: Sallo Szrajbman Date: Wed, 14 Apr 2021 17:39:00 +0100 Subject: [PATCH] BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App Updating Spring Boot version to 2.4.4 --- spring-boot-modules/spring-boot-react/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-modules/spring-boot-react/pom.xml b/spring-boot-modules/spring-boot-react/pom.xml index b12ad36cb0..157ec65b35 100644 --- a/spring-boot-modules/spring-boot-react/pom.xml +++ b/spring-boot-modules/spring-boot-react/pom.xml @@ -25,13 +25,13 @@ org.springframework.boot spring-boot-starter-web - 2.4.3 + 2.4.4 org.springframework.boot spring-boot-starter-data-jpa - 2.4.3 + 2.4.4 @@ -50,7 +50,7 @@ org.springframework.boot spring-boot-starter-test - 2.4.3 + 2.4.4 test