From b53d728f177e26be73b0310ef5a7773b5129a570 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 06:18:52 +0000 Subject: [PATCH] Bump ratpack-core from 1.4.4 to 1.9.0 Bumps [ratpack-core](https://github.com/ratpack/ratpack) from 1.4.4 to 1.9.0. - [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.9.0) 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..9d2e758 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.9.0' compile 'com.google.code.findbugs:jsr305:3.0.1' testCompile("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")