From 78ddeaf399f4904bcad869d507b491c818898582 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:06 +0000 Subject: [PATCH] Bump ratpack-test from 1.4.4 to 1.8.2 Bumps [ratpack-test](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..d7e846e 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { testCompile("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}") testRuntime("org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}") testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3' - testCompile group: 'io.ratpack', name: 'ratpack-test', version: '1.4.4' + testCompile group: 'io.ratpack', name: 'ratpack-test', version: '1.8.2' }