From 3cb68194b112c75a09562690b7d30089f24347ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 03:01:13 +0000 Subject: [PATCH] Bump nohttp from 0.0.10 to 0.0.11 Bumps [nohttp](https://github.com/spring-projects/spring-security) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/commits) --- updated-dependencies: - dependency-name: io.spring.nohttp: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 86e56ec1..bee4caf2 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ configure(allprojects) { } dependencies { - testRuntimeOnly("io.spring.nohttp:nohttp:0.0.10") + testRuntimeOnly("io.spring.nohttp:nohttp:0.0.11") } if (project.hasProperty("springFrameworkVersion") || project.hasProperty("springBootVersion")) {