From 3b1f13f7fdb2d79a0515e21b1a6e42287eb86544 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 04:34:24 +0000 Subject: [PATCH] Bump org.springframework.boot in /modules/games Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.2.4.RELEASE to 2.3.5.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.4.RELEASE...v2.3.5.RELEASE) Signed-off-by: dependabot-preview[bot] --- modules/games/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/build.gradle b/modules/games/build.gradle index ecfae3a..d19b7ba 100644 --- a/modules/games/build.gradle +++ b/modules/games/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.2.4.RELEASE' + id 'org.springframework.boot' version '2.3.5.RELEASE' } apply plugin: 'java'