From 73f691e29785eb25b3593786be9553edf0bfa4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:34:50 +0300 Subject: [PATCH] Bump com.aayushatharva.brotli4j:brotli4j from 1.16.0 to 1.17.0 (#3404) Bumps [com.aayushatharva.brotli4j:brotli4j](https://github.com/hyperxpro/Brotli4j) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/hyperxpro/Brotli4j/releases) - [Commits](https://github.com/hyperxpro/Brotli4j/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: com.aayushatharva.brotli4j:brotli4j dependency-type: direct:production update-type: version-update:semver-minor ... 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 f58f311925..ebf2d96420 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ ext { nettyQuicVersion = '0.0.66.Final' // Testing - brotli4jVersion = '1.16.0' + brotli4jVersion = '1.17.0' jacksonDatabindVersion = '2.17.2' testAddonVersion = reactorCoreVersion assertJVersion = '3.26.3'