From fa79a742d4d5929187494ac074cfb6f986002633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:37:15 +0200 Subject: [PATCH] Bump com.aayushatharva.brotli4j:brotli4j from 1.12.0 to 1.13.0 (#2963) Bumps [com.aayushatharva.brotli4j:brotli4j](https://github.com/hyperxpro/Brotli4j) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/hyperxpro/Brotli4j/releases) - [Commits](https://github.com/hyperxpro/Brotli4j/compare/v1.12.0...v1.13.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 97dd4445be..5ebf86fb94 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ ext { nettyQuicVersion = '0.0.51.Final' // Testing - brotli4jVersion = '1.12.0' + brotli4jVersion = '1.13.0' jacksonDatabindVersion = '2.15.3' testAddonVersion = reactorCoreVersion assertJVersion = '3.24.2'