From 66bafccb251c5e28cb482b2e7bb9893797154f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:48:53 +0200 Subject: [PATCH] 2.3.x: Bump io.spring.nohttp from 0.0.10 to 0.0.11 (#141) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3019111..572bffd 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' }