From fa200a43f63c0dcb8559db17b6a2c8cb5e8c45fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 07:12:33 +0000 Subject: [PATCH] Bump ratpack-core from 1.4.4 to 1.8.2 Bumps [ratpack-core](https://github.com/ratpack/ratpack) from 1.4.4 to 1.8.2. - [Release notes](https://github.com/ratpack/ratpack/releases) - [Changelog](https://github.com/ratpack/ratpack/blob/master/release-notes.md) - [Commits](https://github.com/ratpack/ratpack/compare/v1.4.4...v1.8.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 115b1cb..f32ce43 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { } dependencies { - compile group: 'io.ratpack', name: 'ratpack-core', version: '1.4.4' + compile group: 'io.ratpack', name: 'ratpack-core', version: '1.8.2' compile 'com.google.code.findbugs:jsr305:3.0.1' testCompile("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")