From b57aa4545b5f596490e4e69ed8df97894bd9b11c 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:33 +0000 Subject: [PATCH] Bump ratpack-test from 1.4.4 to 1.9.0 Bumps [ratpack-test](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..51cfa1a 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.9.0' }