From 5df7b46b0e6a43be110cac66495683074d87c6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 06:08:01 +0000 Subject: [PATCH] Bump io.spring.nohttp from 0.0.10 to 0.0.11 Bumps io.spring.nohttp from 0.0.10 to 0.0.11. --- updated-dependencies: - dependency-name: io.spring.nohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1327521..a6afc8d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { id 'checkstyle' - id 'io.spring.nohttp' version '0.0.10' + id 'io.spring.nohttp' version '0.0.11' id 'io.spring.dependency-management' version '1.0.15.RELEASE' id 'io.spring.javaformat' version '0.0.35' }