From 1feb805f279eb53e13c57cecd4cf38cdd37c38b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:45:43 +0000 Subject: [PATCH] Bump com.aayushatharva.brotli4j:brotli4j from 1.17.0 to 1.18.0 Bumps [com.aayushatharva.brotli4j:brotli4j](https://github.com/hyperxpro/Brotli4j) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/hyperxpro/Brotli4j/releases) - [Commits](https://github.com/hyperxpro/Brotli4j/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: com.aayushatharva.brotli4j:brotli4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1e6f03f4d..00649b4672 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ ext { nettyQuicVersion = '0.0.68.Final' // Testing - brotli4jVersion = '1.17.0' + brotli4jVersion = '1.18.0' jacksonDatabindVersion = '2.18.2' testAddonVersion = reactorCoreVersion assertJVersion = '3.26.3'