From 9e15e9b106b472262df2d9a99f4b1dee73be1350 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 05:47:20 +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.0.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.0.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..976d0fd 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.0.RELEASE' } apply plugin: 'java'