From 5b971581f5e1dbc571b567d6e65aabd0775641af Mon Sep 17 00:00:00 2001 From: Brian Harrington Date: Mon, 29 Jun 2020 10:49:59 -0500 Subject: [PATCH] spring 5.2.7 --- spectator-web-spring/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spectator-web-spring/build.gradle b/spectator-web-spring/build.gradle index 88be77a0d..55b5b98ce 100644 --- a/spectator-web-spring/build.gradle +++ b/spectator-web-spring/build.gradle @@ -16,9 +16,9 @@ dependencies { api project(':spectator-api') - implementation 'org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE' - implementation 'org.springframework:spring-beans:5.2.6.RELEASE' - implementation 'org.springframework:spring-web:5.2.6.RELEASE' + implementation 'org.springframework.boot:spring-boot-autoconfigure:2.3.1.RELEASE' + implementation 'org.springframework:spring-beans:5.2.7.RELEASE' + implementation 'org.springframework:spring-web:5.2.7.RELEASE' api 'com.fasterxml.jackson.core:jackson-databind' }