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' }