From be8a9143966b4122f2799f550a4f400ceed55aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:06:00 +0000 Subject: [PATCH] chore(deps): bump micronaut-http from 3.7.2 to 3.7.5 Bumps [micronaut-http](https://github.com/micronaut-projects/micronaut-core) from 3.7.2 to 3.7.5. - [Release notes](https://github.com/micronaut-projects/micronaut-core/releases) - [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.0.x/RELEASE.adoc) - [Commits](https://github.com/micronaut-projects/micronaut-core/compare/v3.7.2...v3.7.5) --- updated-dependencies: - dependency-name: io.micronaut:micronaut-http 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 e8aa77d..aba3d39 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'io.grpc:grpc-stub:1.45.1' implementation 'org.apache.commons:commons-lang3:3.9' implementation 'org.apache.httpcomponents:httpcore:4.4.15' - compileOnly 'io.micronaut:micronaut-http:3.7.2' + compileOnly 'io.micronaut:micronaut-http:3.7.5' compileOnly 'io.micronaut:micronaut-http-server:3.7.2' compileOnly 'io.micronaut:micronaut-http-netty:3.7.2' compileOnly 'io.micronaut:micronaut-http-server-netty:3.7.2'